diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-03-07 12:16:48 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-03-07 12:16:48 +0100 |
| commit | 3a8df65b8772658584f7ac26504469d46cfc04a7 (patch) | |
| tree | 5fa166404ad69a8986b74fcfc655d589a37dd739 /.tmux.conf | |
| parent | 5c589088e912fb7b5bb515e0dad9f2e2bdf105a3 (diff) | |
| download | dotfiles-3a8df65b8772658584f7ac26504469d46cfc04a7.tar.gz | |
Update
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 | ||
