tmux: fix keybindings

This commit is contained in:
Martin Sekera 2022-02-05 20:36:16 +01:00
parent ca502b8054
commit 5f05fe3d2f

View file

@ -2,10 +2,10 @@
# │ Key bindings │
# └──────────────┘
# prefix = Ctrl+A, double that to send it literally (like screen)
# prefix = Ctrl+A, Ctrl+A a to send it literally (like screen)
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix
bind a send-prefix
# Shift+S to type into all panes at once
bind-key S set-window-option synchronize-panes