commit 50c8df763ae133f0688f47c7d4040e696a232c8b parent 5d6b8af114cae2a4544b16217dd74ac88565ef72 Author: MichaĆ M. Sapka <michal@sapka.me> Date: Wed, 7 Sep 2022 16:51:12 +0200 feat(tmux): remap C-b to C-a Diffstat:
M | tmux/.tmux.conf | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -1,4 +1,7 @@ set -g default-terminal "xterm-256color" + +unbind C-b +set-option -g prefix C-a set-option -g repeat-time 0 # always use prefix key # vi mode