Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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, ...
7
votes
4answers
2k 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 resharper when using ViEmu? ...
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 ...
2
votes
4answers
265 views

ViEmu & Resharper: How to “Redo”

I'm trying out ViEmu with Visual Studio 2010 & R#. In Vim I use ctrl-r to redo, but in ViEmu and VS ctrl-r doesn't work. The status bar says "Waiting for second key of chord". I assume this is for ...
2
votes
4answers
400 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 different lines of code in ...
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
1answer
366 views

Free alternative of ViEmu?

Is there a free/open source alternative to ViEmu for Visual Studio?
1
vote
3answers
303 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 ...
1
vote
2answers
140 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; but then thought it ...
1
vote
2answers
273 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.
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
71 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?
0
votes
1answer
108 views

Is it possible to se a macro in .viemurc for ViEmu?

I am using the ViEmu plugin for VS2008. I was wondering if there is a way to set a macro in the .viemurc file, so I don't have to redo it every time I start up VS. I know that it can be done in ...