remapped split pane keys in tmux.conf
This commit is contained in:
parent
7c9dd8f1d5
commit
f9c4917298
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
# Unbinding the prefix from Ctrl-b to Ctrl-x
|
||||
unbind C-b
|
||||
set -g prefix C-x
|
||||
bind C-x send-prefix
|
||||
|
||||
# Splitting the panes with | (vertical) and - (horizontal)
|
||||
bind + split-window -h
|
||||
bind - split-window -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue