From 26c4845807db6a72eaa47c510b53b3b12d7e701c Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 7 Sep 2021 09:06:46 -0500 Subject: Change vertical split keybind in tmux Change the vertical split keymapping in tmux from "" to "" --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0826c3a..65410b2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,7 +4,7 @@ set-option -g prefix C-a bind C-a send-prefix unbind '"' unbind % -bind \\ split-window -h +bind | split-window -h bind - split-window -v bind r source-file ~/.tmux.conf bind h select-pane -L -- cgit v1.2.3