From 6c80d1954a131ed2a23d09bc384a8dffcfb67336 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 16 Jun 2024 02:49:33 +0200 Subject: Updated a bunch of files --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 4325302..1c52a78 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 C-x +set -g prefix M-x -# Send Ctrl+x to applications by pressing it twice -bind C-x send-prefix +# Send M+x to applications by pressing it twice +bind M-x send-prefix # Start windows number @1 Instead of @0 set -g base-index 1 -- cgit v1.2.3