diff --git a/etc/tmux.conf b/etc/tmux.conf index 2f3d363..16f9d4c 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -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