If you're using Vim2 (which I highly recommend) you can use the yi
excommand like so:
:yi *action
action* is evaluated using execEditorAction and can run any YiAction (YiA,
EditorA, or BufferA) (it uses ghci under the hood). So for instance reload
has type YiM ():
:yi reload
works. If you wa
One other thing on execEditorAction is that by default you have Yi and
Yi.Keymap imported. If you want more it will also import
$HOME/.config/yi/local/Env.hs if it exists.
On Thursday, September 5, 2013 10:49:23 AM UTC-5, Joseph Barratt wrote:
>
> If you're using Vim2 (which I highl