From 972bb78b052d1adf3ac140e123ca65cbdc179c36 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 18 Sep 2023 12:42:21 +0200 Subject: Update tmux nav --- .config/tmux/tmux.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 30981c2..5780844 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -40,21 +40,21 @@ bind h split-window -v unbind '"' unbind % -bind-key J resize-pane -D 5 -bind-key K resize-pane -U 5 -bind-key H resize-pane -L 5 -bind-key L resize-pane -R 5 +bind-key N resize-pane -D 5 +bind-key E resize-pane -U 5 +bind-key I resize-pane -L 5 +bind-key M resize-pane -R 5 -bind-key M-j resize-pane -D -bind-key M-k resize-pane -U -bind-key M-h resize-pane -L -bind-key M-l resize-pane -R +bind-key M-n resize-pane -D +bind-key M-e resize-pane -U +bind-key M-i resize-pane -L +bind-key M-m resize-pane -R # Use Alt-vim keys without prefix key to switch panes -bind -n M-h select-pane -L -bind -n M-j select-pane -D -bind -n M-k select-pane -U -bind -n M-l select-pane -R +bind -n M-m select-pane -L +bind -n M-n select-pane -D +bind -n M-e select-pane -U +bind -n M-i select-pane -R bind Escape copy-mode bind p paste-buffer -- cgit v1.2.3-70-g09d2