From 8ef8285c610b072e4b0c0c414265fedcde9a1e2a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 28 May 2026 09:22:52 +0200 Subject: Rebind : and open new panes in current path --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 494ff40..f460026 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,8 +5,9 @@ unbind -a -T root # Custom bindings set -g prefix C-f bind-key -n C-f send-prefix -bind-key \' split-window -v -bind-key \; split-window -h +bind-key f command-prompt +bind-key \' split-window -v -c "#{pane_current_path}" +bind-key \; split-window -h -c "#{pane_current_path}" bind-key l select-pane -R bind-key C-l resize-pane -R bind-key h select-pane -L -- cgit v1.3