From a8d89c343d4504d88b39fd191d250e20027d7766 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sun, 24 Oct 2021 11:13:38 +0100 Subject: [PATCH] tmux binding ctrl-b --- config/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index aeaed9f..35f2d94 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -1,9 +1,9 @@ # # Ctrl-a is the prefix. # -unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix +# unbind C-b +# set-option -g prefix C-a +# bind-key C-a send-prefix # Start windows from #1 (default #0) set -g base-index 1