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