1
1
Fork 0

fixed and better split keys

This commit is contained in:
Ava Gaiety Wroten 2021-04-09 10:37:25 -05:00
parent 1f4381098a
commit 57f7227684

View file

@ -11,8 +11,8 @@ set -g renumber-windows on
# Mappings # Mappings
## <Leader> |,- Split panes ## <Leader> |,- Split panes
bind-key \ split-window -h bind-key \\ split-window -h -c '#{pane_current_path}' # Split panes horizontally
bind-key - split-window -v bind-key - split-window -v -c '#{pane_current_path}' # Split panes vertically
## <Leader> h,j,k,l to switch pane ## <Leader> h,j,k,l to switch pane
bind h select-pane -L bind h select-pane -L
bind j select-pane -D bind j select-pane -D