bundles/users: add vim-keybindings for pane navigation to tmux.conf

This commit is contained in:
Franzi 2021-01-31 07:55:39 +01:00
parent bdc5b4de33
commit 8523754935
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -29,6 +29,12 @@ bind-key -n M-Right select-pane -R
bind-key -n M-Up select-pane -U
bind-key -n M-Down select-pane -D
# Vim-Keybindings, adapted for neo layout, shifted one key to the right
bind-key -n M-n select-pane -L
bind-key -n M-d select-pane -R
bind-key -n M-t select-pane -U
bind-key -n M-r select-pane -D
#### COLOUR (Solarized dark)
set-option -g status-bg black #base02
set-option -g status-fg yellow #yellow