AutoYADM commit: 2024-11-10 15:45:02
This commit is contained in:
parent
3088d88eea
commit
5877f6b473
3 changed files with 7 additions and 7 deletions
|
@ -42,8 +42,10 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
|||
|
||||
bind-key b set-option status
|
||||
|
||||
bind v split-window -v -c "#{pane_current_path}"
|
||||
bind h split-window -h -c "#{pane_current_path}"
|
||||
# Swap the split bindings to be consistent with nvim
|
||||
bind v split-window -h -c "#{pane_current_path}"
|
||||
bind h split-window -v -c "#{pane_current_path}"
|
||||
|
||||
bind C-x kill-session
|
||||
bind S command-prompt -p "rename session:" "rename-session '%%'"
|
||||
# bind W command-prompt -p "rename window:" "rename-window '%%'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue