fix pane keybinds

This commit is contained in:
James Dixon 2022-05-10 21:13:02 -04:00
parent 2bf25062a6
commit f2c52d37b0

View File

@ -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