summaryrefslogtreecommitdiffstats
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 879bd1b..8b6559e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -44,7 +44,7 @@ set -g status-right '#{online_status} %F %R '
set -g window-status-separator ''
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-activity-style bg=colour8,fg=colour11
set -g window-status-format ' #W#F '
set -g window-status-current-format ' #W#F '
@@ -100,7 +100,6 @@ 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"
set -g @plugin 'tmux-plugins/tpm'
Un proyecto texto-plano.xyz