diff --git a/config/tmux/.tmux.conf b/config/tmux/.tmux.conf index 450cffb..7193744 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/.tmux.conf @@ -31,10 +31,10 @@ set -g status-right-length 100 #==============# # Select panes -bind C-h select-pane -L -bind C-j select-pane -D -bind C-k select-pane -U -bind C-l select-pane -R +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R # Resize panes - less pain bind-key C-J resize-pane -D 5