Compare commits

..

1 Commits

Author SHA1 Message Date
6c0c07ae5d Switch to better zsh vi mode 2026-03-13 05:44:44 +01:00
3 changed files with 2 additions and 3 deletions

View File

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