From 9c87510c00ab66fdbb7a13f571a1b230460ccdea Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 26 Mar 2018 08:56:24 -0600 Subject: [PATCH] Fix bindings for splits --- home/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 3420ef3..21e9f10 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -25,8 +25,8 @@ bind-key -r -T prefix l select-pane -R bind-key C-l send-keys C-l \; clear-history # Bindings for splitting -bind | split-window-h -bind - split-window-v +bind-key -r -T prefix | split-window -h +bind-key -r -T prefix - split-window -v unbind '"' unbind %