Minor fixes / ideas
VIM Visual Mode:
Type V and hit three times L.
Linqpad selects only 3 characters, whereas the original vim would select 4.
VIM Search replace:
To replace stuff within the current selection, type in VIM
:s/Pattern/Replace/g
New Shortcuts:
ALT+J / ALT+K navigates to the left / right query tab.
Thanks for this awesome tool!
1
vote
Hans
shared this idea
-
Hans commented
And you can toggle the folded regions by typing "za"
-
Hans commented
Addition:
In VIM you can fold/unfold regions by typing "zf"