diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-07 00:16:01 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-07 00:16:01 +0100 |
| commit | 19bc2fbbf58956014ca143de380c181fcd89248b (patch) | |
| tree | e84d7bf09e97141bd9c71b16b99cc3bff0641bb1 /.tmux.conf | |
| parent | dc594c43d4eff9045455890202dc2171664ad43e (diff) | |
| download | dotfiles-19bc2fbbf58956014ca143de380c181fcd89248b.tar.gz | |
Update
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -17,6 +17,8 @@ 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=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" |
| 19 | 19 | ||
| 20 | bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" | ||
| 21 | |||
| 20 | bind-key Up select-pane -U | 22 | bind-key Up select-pane -U |
| 21 | bind-key Down select-pane -D | 23 | bind-key Down select-pane -D |
| 22 | bind-key Left select-pane -L | 24 | bind-key Left select-pane -L |
