From 235b2d14fb1715495bb8e71c5ceecffb0ca7713d Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 29 Nov 2024 20:13:09 -0500 Subject: [PATCH] better pane split bindings --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f63bf69..62696ee 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -11,6 +11,9 @@ bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind u attach-session -c "#{pane_current_path}" +bind v split-window -c "#{pane_current_path}" -h +bind s split-window -c "#{pane_current_path}" -v #reload config file bind r source-file ~/.config/tmux/tmux.conf