Tagged Questions

45
votes
10answers
25k 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 prepending '//' at the beginning of ...
32
votes
3answers
4k 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.memberfunc(). I ...
15
votes
9answers
4k 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 like 10 years ago, ...
12
votes
16answers
5k 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 use vi? Anyway, ...
5
votes
3answers
246 views

Command to delete an entire method?

I am using viemu in VS 2010. Is there a reliable command to delete an entire method in C# source code? Here are things I have tried: The movement commands } and ]] are not smart enough to pick ...
1
vote
5answers
87 views

How would you do a cut and paste with this in VIM?

Say you had this text: SOMETHING_XXXXXXXXXXXXXX_ELSE SOMETHING_XXXXXXXXXXXXXX_ELSE2 SOMETHING_XXXXXXXXXXXXXX_ELSE3 SOMETHING_XXXXXXXXXXXXXX_ELSE4 And you wanted to replace all XXX..XXX with this ...
1
vote
2answers
101 views

Repeat a line command?

I'm new to the more advanced aspects of vi/vim/viemu I commonly need to select a bit of text and indent/undent, among other things. Right now I have two ways to do this: select the text and use ...
1
vote
3answers
302 views

How to select a rectangular area in visual block mode (Ctrl+v) in empty file (vim)?

I can easily select a rectangular area in a file provided this area contains text or spaces (or anything). I do it with visual block mode and motion keys. But when I try to create such area in a new ...
0
votes
2answers
61 views

ViEmu isn't in my Tools | Options, and not in my Un-install list?

I have vs.net 2010, and resharper. I installed the trial of viEmu, but I don't have the Tools | Options -> Viemu option menu and can't change some keyboard bindings. The top level viEmu menu that I ...
0
votes
1answer
70 views

Cut to beginning/end of line, paste over to end/beginning of line

If I am in the middle of a line, how to I cut to the beginning/end of a line? (is copy different) If I am in the middle of a line, how do I paste over to the beg/end of the line? (is pasting w/o ...
0
votes
1answer
36 views

How to map control-f back in vs.net?

I installed viemu, and now control-F and copy/past shortcuts are not working. How can I fix these?