aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 96c417a..764da37 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,7 +15,7 @@ set -g renumber-windows on
15 15
16set -g status-bg '#222222' 16set -g status-bg '#222222'
17set -g status-fg '#ffffff' 17set -g status-fg '#ffffff'
18set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" 18set -g window-status-current-format "#[fg=#000000]#[bg=#bbbbbb]#[fg=#000000]#[bg=#bbbbbb] #I:#W #[fg=#000000]#[bg=#bbbbbb]"
19 19
20bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" 20bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
21 21