Synchronizing panes
This commit is contained in:
@@ -12,7 +12,7 @@ bind c-p send-keys "14853d0a09a19ae5"
|
||||
bind -n M-H previous-window
|
||||
bind -n M-L next-window
|
||||
|
||||
bind s run-shell "tmuxss"
|
||||
# bind s run-shell "tmuxss"
|
||||
bind -n C-s run-shell "tmuxss"
|
||||
bind C-k run-shell "tmuxss -k"
|
||||
# bind C-r run-shell "tmuxss -r"
|
||||
@@ -26,6 +26,8 @@ bind-key i run-shell "source ~/.config/tmux/functions.sh && bring_pane"
|
||||
bind M-f move-pane -t '.-'
|
||||
bind M-r move-pane -h -t '.-'
|
||||
|
||||
bind s setw synchronize-panes
|
||||
|
||||
# bind -n C-k run-shell 'tmux switch-client -t "$(tmux list-sessions | grep -o "^AP[0-9]*" | tail -n 1)"'
|
||||
|
||||
# Vi copy-mode
|
||||
|
||||
Reference in New Issue
Block a user