change keybinds for selecting panes

This commit is contained in:
James Dixon 2022-05-10 20:53:53 -04:00
parent b96847707c
commit b0f1a83435

View File

@ -30,14 +30,11 @@ set -g status-right-length 100
# Key Bindings # # Key Bindings #
#==============# #==============#
bind -n M-j select-pane -D # Select panes
bind -n M-k select-pane -U bind C-h select-pane -L
bind -n M-h select-pane -L bind C-j select-pane -D
bind -n M-l select-pane -R bind C-k select-pane -U
bind -n M-Down select-pane -D bind C-l select-pane -R
bind -n M-Up select-pane -U
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
# Resize panes - less pain # Resize panes - less pain
bind-key C-J resize-pane -D 5 bind-key C-J resize-pane -D 5