From a24d5c820af816ebd54c6fa4f0c37e92f8457b2e Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 25 Jul 2024 15:22:33 -0400 Subject: [PATCH] save --- tmux/{tmux.conf => .tmux.conf} | 1 + 1 file changed, 1 insertion(+) rename tmux/{tmux.conf => .tmux.conf} (92%) diff --git a/tmux/tmux.conf b/tmux/.tmux.conf similarity index 92% rename from tmux/tmux.conf rename to tmux/.tmux.conf index 33d0c37..e8b7b3c 100644 --- a/tmux/tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ unbind C-b +unbind i set-option -g prefix C-s bind-key C-s send-prefix bind-key i run-shell "tmux neww ~/.scripts/tmux-cht.sh"