From 5d25789212b2c501a1f7e4b39a9195caa7cdfa4d Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 24 Oct 2025 16:46:26 +0200 Subject: add new pane config for tmux --- tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a983bbc..3f2a585 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,4 @@ +# quickly apply config changes: r unbind r bind r source-file ~/.config/tmux/tmux.conf @@ -17,5 +18,10 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +# highlight current window in status bar set-window-option -g window-status-current-style 'bg=brightwhite' set-window-option -g window-status-current-format ' #I:#W ' + +# open pane splits at the same path as current pane +bind '"' split-window -v -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" -- cgit v1.3.1