AutoYADM commit: 2024-11-10 15:45:02

This commit is contained in:
Daniel Fichtinger 2024-11-10 15:45:02 -05:00
parent 3088d88eea
commit 5877f6b473
3 changed files with 7 additions and 7 deletions

View file

@ -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 '%%'"