tmux: add bindings to split window in full width/height
This commit is contained in:
parent
de115d0e92
commit
86e2687bca
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ bind C command-prompt -p 'Save pane history:' \
|
|||
# Window/pane management (new windows/panes use the path in current pane)
|
||||
bind c new-window -c '#{pane_current_path}'
|
||||
bind | split-window -h -c '#{pane_current_path}'
|
||||
bind \\ split-window -h -c '#{pane_current_path}' -f
|
||||
bind - split-window -v -c '#{pane_current_path}'
|
||||
bind _ split-window -v -c '#{pane_current_path}' -f
|
||||
bind x kill-pane
|
||||
bind X kill-window
|
||||
bind W command-prompt 'rename-window %%'
|
||||
|
|
Loading…
Add table
Reference in a new issue