diff --git a/bundles/users/files/tmux.conf b/bundles/users/files/tmux.conf index 3b76880..0039822 100644 --- a/bundles/users/files/tmux.conf +++ b/bundles/users/files/tmux.conf @@ -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