From 490429a1c01a1450103738f010532b4529ecd4a0 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 9 Aug 2020 13:54:58 -0500 Subject: [PATCH] Fixing prefix --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 317c3d0..4f72935 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,7 +9,8 @@ set-option -g history-limit 5000 #change C-b to Ca unbind C-b set-option -g prefix C-a -bind-key C-t send-prefix +#bind-key C-t send-prefix +bind-key -n C-s send-prefix # split panes using | and - bind | split-window -h -c '#{pane_current_path}'