mirror of
1
0
Fork 0

Add synchronize-panes shortcut to bind+C-s

This commit is contained in:
Jongkuk Lim 2020-08-18 12:38:57 +09:00
parent 4ce423dee1
commit 312d03469b
1 changed files with 4 additions and 0 deletions

View File

@ -294,3 +294,7 @@ tmux_conf_copy_to_os_clipboard=false
# move status line to top
#set -g status-position top
# Binding syncrhonize-panes shortcut
bind C-s setw synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"