diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 58e7e4a..ee47425 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -25,7 +25,11 @@ bind j select-pane -DZ bind k select-pane -UZ bind l select-pane -RZ -# Alt+cursor keys to switch panes without prefix. +# Alt+hjkl,cursor keys to switch panes without prefix. +bind -n M-h select-pane -LZ +bind -n M-j select-pane -DZ +bind -n M-k select-pane -UZ +bind -n M-l select-pane -RZ bind -n M-Left select-pane -LZ bind -n M-Down select-pane -DZ bind -n M-Up select-pane -UZ |
