VimBindings.jl
VimBindings.jl copied to clipboard
`vv`: open current line in your `$EDITOR`
vv - open current line in your $EDITOR (perhaps this could be implemented with the @edit macro)
Requested by @fatteneder
In bash's VI mode this is done by a simple v when in normal mode. Any reason to choose a different binding here?
v may clash with visual mode if that is implemented down the road