From 4db685b51f0ad90b62f0c01623bef65fa1f0fe6d Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 15 Apr 2024 12:55:02 +0300 Subject: [PATCH] feat(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 efd20c8..85b6379 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -78,7 +78,7 @@ bind -n M-0 new-window -n 10 -S -c "#{pane_current_path}" # Windows splitting -bind -n M-Enter split-window -h -c "#{pane_current_path}" +bind -n M-Enter split-window -h -l 37% -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}"