vim-lion
vim-lion copied to clipboard
A simple alignment operator for Vim text editor
To make the autoload possible I introduced a new global variable g:lion_count that I use instead of s:count. It’s not ideal, but should be good enough for an easy fix.
Right now the only way to invoke this plugin is to use mappings (`gl` and `gL` by default). Because I don't align things very often, this is somewhat hard to...
First of all, I think this operator is great! I'm observing some strange behavior that I think we could improve. As an example, I have this:  If I select...
**xmap** targets just visual mode. **vmap** targets visual mode and also select mode, which I doubt that you want. Some background on select mode: It is designed to be like...