mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 19:55:38 +00:00
tmux synchronise shortcut
This commit is contained in:
parent
38ea7742a1
commit
26ee43fe84
@ -20,6 +20,11 @@ bind l select-pane -R
|
||||
# Split out pane
|
||||
bind b break-pane
|
||||
|
||||
# Synchronize panes
|
||||
bind S set-window-option synchronize-panes
|
||||
bind C-h resize-pane -L 10
|
||||
bind C-l resize-pane -R 10
|
||||
|
||||
# Copy mode works as Vim
|
||||
bind Escape copy-mode
|
||||
bind k copy-mode
|
||||
|
Loading…
Reference in New Issue
Block a user