1
vote
1answer
30 views
Where does ViEmu save mappings and stuff ?
Where does ViEmu save my custom mappings and settings I use ? Something like _vimrc, but I can't seem to find it.
This is the same question I've asked a little while ago at SU; bu …
3
votes
13answers
663 views
Text editors with “vim mode”?
I've been looking at trying to learn vim for a while now,
I've come across ViEmu through stackoverflow, and I read the very motivating article: Why, oh WHY, do those #?@! nutheads …
12
votes
8answers
2k views
How do I insert text at beginning of a multi-line selection in VI/VIM?
In vim, how would I go about inserting characters at the beginning of each line in a selection? For instance, let's say I want to comment out a block of code by appending '//' at …
6
votes
8answers
806 views
What’s the point of viEmu plugin for Visual Studio?
This may sound a bit provocative but it actually is a real question. Feel free to edit if you don't like the tone.
Now, as much as I understand vi from my short experience with it …
3
votes
3answers
183 views
Touch typing in Visual Studio 2008
I am a touch typist.
I am using a regular HP 17" laptop...
When using visual studio 2008, frequently my right hand leaves the home row to use the arrow keys to navigate to differ …
6
votes
3answers
513 views
Resharper and ViEmu Keybindings ( and Visual Assist )
With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well.
Does anyone have what they think is a good set of keybindings that work well for resharp …
11
votes
2answers
598 views
Search for selection in vim
I use vim and vim plugins for visual studio when writing C++. Often, I find myself wanting to search for a string within a function, for example every call to object->public_member …
1
vote
1answer
63 views
how can i move the cursor in insert mode in viemu (w/o using the arrow keys)?
sometimes i just want to move either left or right a couple of characters (or go to the end of the line) but don't really want to leave insert mode just to move a couple chars.
