bundles/users: add vim-keybindings for pane navigation to tmux.conf
This commit is contained in:
parent
bdc5b4de33
commit
8523754935
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue