summaryrefslogtreecommitdiffstats
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf25
1 files changed, 13 insertions, 12 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 009eca5..e65456a 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -29,23 +29,24 @@ set -g bell-action none
# Statusbar
set -g set-titles on
-set -g pane-border-status off
-set -g automatic-rename-format '#{s/ksh//:pane_current_command}'
-set -g pane-border-style bg=default,fg=colour3
-set -g pane-active-border-style bg=default,fg=colour3
+set -g pane-border-status top
+set -g status-position top
+set -g pane-border-style bg=default,fg=colour0
+set -g pane-active-border-style bg=default,fg=colour0
set -g mode-style fg=colour0,bg=colour100
set -g message-command-style bg=colour0,fg=colour13
set -g message-style bg=default,fg=colour7
-set -g status-style bg=default,fg=colour244
+set -g status-style bg=green,fg=black
set -g status-left ''
set -g status-left-length 140
set -g status-justify left
-set -g status-right '#[fg=colour13]%F #[fg=colour10]%R'
+set -g status-right '%F %R '
set -g window-status-separator ''
-set -g window-status-current-style bg=default,fg=colour11
-set -g window-status-activity-style bg=default,fg=colour14
-set -g window-status-format '#{pane_current_command} '
-set -g window-status-current-format '#{pane_current_command} '
+set -g window-status-style bg=colour0,fg=colour243
+set -g window-status-current-style bg=default,fg=default
+set -g window-status-activity-style bg=colour0,fg=colour11
+set -g window-status-format ' #W#F '
+set -g window-status-current-format ' #W#F '
# Limpiar atajos
unbind-key C-b
@@ -63,7 +64,6 @@ bind a send-prefix
# Varios
bind-key M command-prompt -p man: "split-window -fh 'man %1'"
-#bind-key R source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Config Reloaded"
bind-key R source-file $HOME/.tmux.conf \; display "Config Reloaded"
# Dividir
@@ -91,7 +91,6 @@ bind-key < previous-window
bind-key > next-window
bind-key [ swap-window -t :-1 -d
bind-key ] swap-window -t :+1 -d
-bind-key Tab choose-window
bind-key Enter new-window
bind-key w choose-tree -Zw "swap-window -t '%%'"
bind-key p choose-tree -Zw "swap-pane -t '%%'"
@@ -101,5 +100,7 @@ bind-key b list-buffers
bind-key B choose-buffer
bind-key P capture-pane -S -32768 \; save-buffer "/tmp/printscreen" \; delete-buffer \; new-window -n "PRINTSCREEN" "$EDITOR /tmp/printscreen"
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard"
+bind-key Tab capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "~/.local/bin/fzf_speed/fzf-speed"
+bind-key v capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "cmixer"
# vim: set ft=tmux:
Un proyecto texto-plano.xyz