Compare commits
1 commit
26b0fac7ba
...
6db4255c99
Author | SHA1 | Date | |
---|---|---|---|
6db4255c99 |
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
|
|||
bind -n M-j select-window -p
|
||||
bind -n M-k select-window -n
|
||||
|
||||
# Resizing
|
||||
## Resize panes through C-S-{hjkl}
|
||||
bind -n C-H resize-pane -L
|
||||
bind -n C-J resize-pane -D
|
||||
bind -n C-K resize-pane -U
|
||||
bind -n C-L resize-pane -R
|
||||
|
||||
# Splitting
|
||||
unbind %
|
||||
unbind '"'
|
||||
|
|
Loading…
Reference in a new issue