tmux: fix keybindings
This commit is contained in:
parent
ca502b8054
commit
5f05fe3d2f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue