From 482b7439d6591b0de9f03e2f7e9632b39a78e026 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 1 Nov 2023 19:44:30 -0700 Subject: [PATCH] better binding tmux --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 22da79a..270c6da 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,7 @@ +# change prefix to Ctrl+a +unbind C-b +set -g prefix C-a + # 0 is too far from ` ;) set -g base-index 1