From 602b409effca94499bc9580c77cac7a104a7adf0 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 21 Jul 2024 18:03:57 +0300 Subject: [PATCH] tmux mappings --- home/user/.config/tmux/mappings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 20cde32..3e8a515 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -130,7 +130,7 @@ bind -r ">" swap-window -d -t +1 # Windows splitting -bind -n M-Enter split-window -h -b -l $_tmux_other_pane_size -c "#{pane_current_path}" +bind -n M-Enter split-window -d -h -b -l $_tmux_other_pane_size -c "#{pane_current_path}" bind -n M-t split-window -v -l 20% -c "#{pane_current_path}" bind \\ split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}"