Update .tmux.conf
This commit is contained in:
parent
d74aa02ed0
commit
bad55fc285
|
@ -21,6 +21,9 @@ bind -r h resize-pane -L 5
|
|||
|
||||
bind -r m resize-pane -Z
|
||||
|
||||
bind-key u command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
|
||||
bind-key -T copy-mode-vi 'v' send -X begin-selection # start selecting text with "v"
|
||||
|
|
Loading…
Reference in New Issue