feat(tmux-mappings)

This commit is contained in:
thek4n 2024-04-15 12:55:02 +03:00
parent b7eee97b30
commit 4db685b51f

View File

@ -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}"