From f9783443e7039d0df4da8c2bc68c59d14b8e5283 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Mon, 18 Nov 2024 20:24:26 +0500 Subject: [PATCH] tmux: settings: change screen split binds --- dot-config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index 9a7eed6..8b40b59 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -40,8 +40,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel unbind % unbind '"' -bind '\' split-window -v -c "#{pane_current_path}" -bind ']' split-window -h -c "#{pane_current_path}" +bind ']' split-window -v -c "#{pane_current_path}" +bind '\' split-window -h -c "#{pane_current_path}" bind C-l send-keys 'C-l'