Compare commits

..

2 Commits

Author SHA1 Message Date
17ef954d6d Update zsh and zsh plugins 2026-03-13 06:12:25 +01:00
df3f80d5fb Switch to better zsh vi mode 2026-03-13 05:58:55 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ function zvm_after_lazy_keybindings() {
bindkey -M visual 'P' zvm_visual_paste_clipboard bindkey -M visual 'P' zvm_visual_paste_clipboard
} }
# Fix autopair and zsh-vi-mode compatibility
AUTOPAIR_INHIBIT_INIT=1 AUTOPAIR_INHIBIT_INIT=1
zvm_after_init_commands+=('autopair-init') zvm_after_init_commands+=('autopair-init')