Update .tmux.conf

This commit is contained in:
Felix Delattre 2023-11-02 19:31:48 +01:00
parent d74aa02ed0
commit bad55fc285
1 changed files with 3 additions and 0 deletions

View File

@ -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"