diff options
-rw-r--r-- | lib/tmux | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ bind-key E resize-pane -x 80 bind-key N next-layout bind-key P previous-layout +# Toggle synchronizing panes +bind-key y setw synchronize-panes + ## Text manipulation # vim-like copy/paste |