fixed and better split keys
This commit is contained in:
parent
1f4381098a
commit
57f7227684
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ set -g renumber-windows on
|
|||
|
||||
# Mappings
|
||||
## <Leader> |,- Split panes
|
||||
bind-key \ split-window -h
|
||||
bind-key - split-window -v
|
||||
bind-key \\ split-window -h -c '#{pane_current_path}' # Split panes horizontally
|
||||
bind-key - split-window -v -c '#{pane_current_path}' # Split panes vertically
|
||||
## <Leader> h,j,k,l to switch pane
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
|
|
Loading…
Add table
Reference in a new issue