From 7f677e40c05c95e8f7bdfbdc15622adfe3ffb657 Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Tue, 23 Mar 2021 16:53:20 -0600 Subject: [PATCH] Fixed issue binding '\' to split window --- files/tmux.conf.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/tmux.conf.local b/files/tmux.conf.local index 0d08788..2b27773 100644 --- a/files/tmux.conf.local +++ b/files/tmux.conf.local @@ -294,7 +294,8 @@ bind C-a send-prefix # move status line to top #set -g status-position top -bind \ split-window -h +unbind '\' +bind '\' split-window -h unbind '"' bind -n M-Left select-pane -L bind -n M-Right select-pane -R