use | and \ for splits
This commit is contained in:
parent
90f0a571c0
commit
0d4f4b9acb
2 changed files with 6 additions and 39 deletions
|
@ -8,8 +8,9 @@ bind -r n next-window
|
|||
bind -r & kill-window
|
||||
bind -r c new-window
|
||||
bind ',' command-prompt "rename-window %%"
|
||||
bind -r '"' split-window -v -c "#{pane_current_path}"
|
||||
bind -r % split-window -h -c "#{pane_current_path}"
|
||||
# Defaults are % and " which is weird and I cannot seem to remember them so using my normal | and \
|
||||
bind -r "\\" split-window -v -c "#{pane_current_path}"
|
||||
bind -r "|" split-window -h -c "#{pane_current_path}"
|
||||
# bind "'" command-prompt -T window-target -p index { select-window it ":%%" }
|
||||
bind w choose-tree -Zw
|
||||
bind -r 1 select-window -t:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue