tmux mappings

This commit is contained in:
thek4n 2024-07-21 18:03:57 +03:00
parent 322572c304
commit 602b409eff

View File

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