Re: vim Features
I'm a relative n00b to using ViEmu, but a veteran of vim/gvim. Is there a list of implemented vim configuration options somewhere that I've been unable to find? Or is there another convention for setting the configuration options that I don't understand?
One vim option of which I'm a huge fan is:
set so=10
It forces the redraw to have at least N lines visible above or below the cursor position. It's nice when I'm moving around in a file, editing, or searching to see what's after the cursor.