From f6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 15 Jun 2024 00:10:11 +0200 Subject: Moved leader key for tmux from Alt+x to Ctrl+x --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 56d0cb3..4325302 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,10 +3,10 @@ set-window-option -g automatic-rename on set-option -g set-titles on # Leader key -set -g prefix M-x +set -g prefix C-x -# Send Ctrl+a to applications by pressing it twice -bind M-x send-prefix +# Send Ctrl+x to applications by pressing it twice +bind C-x send-prefix # Start windows number @1 Instead of @0 set -g base-index 1 -- cgit v1.2.3