ai.vim
ai.vim copied to clipboard
Remap <CTRL-A>
<CTRL-A> is widely used in vim (e.g. incrementing numbers). I think this is not a good default.
I'm open to changing this, what would be a better default?
Maybe <leader>ai ?
Or do not set a default at all. You have :AI anyways, so user can specify a binding on their own.
The documentation could provide a suggestion on the mapping, but still let the user decide.