From 8523754935e9cb90f581fab80ef729df5cac4800 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 31 Jan 2021 07:55:39 +0100 Subject: [PATCH] bundles/users: add vim-keybindings for pane navigation to tmux.conf --- bundles/users/files/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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