tmux panes in current dir

This commit is contained in:
Timofey Gelazoniya 2022-08-20 04:21:55 +03:00
parent a0f3ecddf8
commit 56746db89b
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ bind F10 selectw -t:19
bind F11 selectw -t:20
bind F12 selectw -t:21
# New panes in current path
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
# A key to toggle between smallest and largest sizes if a window is visible in
# multiple places
bind F set -w window-size