From 56746db89b802d2703ae0eed43343fb04cfaaf07 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sat, 20 Aug 2022 04:21:55 +0300 Subject: [PATCH] tmux panes in current dir --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 22ab347..04a8898 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -62,6 +62,11 @@ bind F10 selectw -t:19 bind F11 selectw -t:20 bind F12 selectw -t:21 +# New panes in current path +bind c new-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind '"' split-window -v -c "#{pane_current_path}" + # A key to toggle between smallest and largest sizes if a window is visible in # multiple places bind F set -w window-size