zsh-vimode-visual icon indicating copy to clipboard operation
zsh-vimode-visual copied to clipboard

Implement the vim-like visual mode to vi-mode of zsh

Results 4 zsh-vimode-visual issues
Sort by recently updated
recently updated
newest added

You reference http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html in your documentation. If you go there and search for the word "visual", you'll find that zsh already has a visual mode. In addition to viins and...

I installed the plugin in my `oh-my-zsh` configuration. I notice I can select things in visual mode, but there is no visual indication of the selected text being highlighted. It's...

'alt + w' (forward-word) not work after enable the plugin. But there is no problem with 'alt + b' (backward-word) keybind.