diff options
author | Ben Sima <ben@bsima.me> | 2020-11-14 11:10:50 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-14 11:11:28 -0500 |
commit | 3e5865c49bddf640913f1c61042b8d36c9de1b28 (patch) | |
tree | 6bc27c7c823c4db91d9f39effaa2d67b99e0008e | |
parent | 131afd24ed194b5f6f42bd8c98299a0a5bd1891d (diff) |
tmux key for synchronize-panes
-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 |