From d69b7bbcf50b8bd6716ee3187ed1ae3a912ba8b3 Mon Sep 17 00:00:00 2001 From: dimti Date: Wed, 16 Oct 2024 12:11:02 +0300 Subject: [PATCH] * revert C-a prefix --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5188ceb..372a5d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ ## Prefix like in screen -set -g prefix 'C-d' +set -g prefix 'C-a' ## Use xterm keys (makes eg. Ctrl+Arrow navigate words) set-window-option -g xterm-keys on