diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-18 01:03:55 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-18 01:03:55 +0100 |
| commit | 5c589088e912fb7b5bb515e0dad9f2e2bdf105a3 (patch) | |
| tree | bcc07b6dbac400df42637e72b89271a2c0ca61e9 /.tmux.conf | |
| parent | 2eaa1082f767940a82f85fddb5e77bf5fa943ff4 (diff) | |
| download | dotfiles-5c589088e912fb7b5bb515e0dad9f2e2bdf105a3.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=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" | 18 | set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" |
| 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 | ||
