1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

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

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