Closed wis closed 4 years ago
when will I stop forgetting that this such of weird behavior is only explained with the order of the lines in the config file, moving these lines to the end of the file (after loading the plugin with: zplug "b4b4r07/zsh-vimode-visual", defer:3
) fixes the issue.
edit: no need to unbind before, "overbind":
bindkey -M vivis 'o' vi-visual-forward-char
bindkey -M vivis 'n' vi-visual-backward-char
🙆
Please let me know if something happens again
Hi Masaki, thanks so much for creating this, it's awesome. I promise and assure you that I read all the relevant docs and manuals before opening this issue. I tried just binding
o
to whatl
does, with:bindkey -M vivis 'o' vi-visual-forward-char
and it didn't work, I tried unbinding it firstand it still doesn't work, how do I know that it's not binded? I ran:
bindkey -M vivis
and found in the output thato
is still in it's default binding ("o" vi-visual-exchange-points
).