diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ set -g renumber-windows on | |||
| 15 | 15 | ||
| 16 | set -g status-bg '#222222' | 16 | set -g status-bg '#222222' |
| 17 | set -g status-fg '#ffffff' | 17 | set -g status-fg '#ffffff' |
| 18 | set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" | 18 | set -g window-status-current-format "#[fg=#000000]#[bg=#bbbbbb]#[fg=#000000]#[bg=#bbbbbb] #I:#W #[fg=#000000]#[bg=#bbbbbb]" |
| 19 | 19 | ||
| 20 | bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" | 20 | bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" |
| 21 | 21 | ||
