From 2221b43ec8eb041f2a1188bde558c4eb91f4c90b Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 6 Oct 2022 20:43:38 +0200 Subject: tmux: don't allow repetition of pane selection. --- stow/tmux/.tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 9c7200b..1e739b0 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -42,10 +42,10 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded" bind C command-prompt -p "Name of new window:" "new-window -n '%%'" # moving between panes with vim movement keys -bind -r h select-pane -L -bind -r j select-pane -D -bind -r k select-pane -U -bind -r l select-pane -R +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R # Creating panes with vim movement keys bind -r H split-window -hb -- cgit v1.2.1