From f63458175ae2bbc35de5c3fe44b87f96e065c28f Mon Sep 17 00:00:00 2001 From: bain Date: Sat, 26 Aug 2023 14:40:15 +0200 Subject: [PATCH] better tmux window splitting --- tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index f4c76c8..09e7829 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -11,8 +11,8 @@ bind -n M-H previous-window bind -n M-L next-window # Czech keyboard split remaps -bind = split-window -h -bind ů split-window -v +bind ú split-window -h -c "#{pane_current_path}" +bind ů split-window -v -c "#{pane_current_path}" # Start windows and panes at 1, not 0 set -g base-index 1