From 2cebda125e3a44b25cd1f3d4b0281ce23b5d9539 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Mon, 8 May 2023 17:36:46 +0200 Subject: [PATCH] tmux: remap synced panes from ^A S to ^A s --- etc/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/tmux.conf b/etc/tmux.conf index ad8eb16..543a7e1 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -62,8 +62,9 @@ bind a send-prefix # reload config bind r source-file "/etc/tmux.conf" \; display-message "config reloaded" -# Shift+S to type into all panes at once -bind-key S set-window-option synchronize-panes +# S to type into all panes at once +unbind-key s +bind-key s set-window-option synchronize-panes # prefix then / for vertical split, - for horizontal unbind-key %