viEmu is an emulation of the Vi/vim editor for Visual Studio, Word,Outlook and SQL Server
1
vote
1answer
68 views
Prevent ReSharper from interfering with ViEmu's Enter handling in doc comments?
I'm using Visual Studio 2010 with ViEmu 2.5, and recently added ReSharper 7.1, which causes a problem: When I'm in normal mode and press Enter, it's now creating a new line within the comment (whereas ...
0
votes
1answer
33 views
Highlighting a code block using viEMU
May I know how do I highlight a code region say for example
public void foo()
{
blah();
blah1();
blah2();
}
where my cursor is at 'b' of first blah(), how can I highlight the whole code region ...
0
votes
1answer
211 views
Visual Studio - Scroll AND move cursor
As a preface I'm using ViEmu although I dont think this affects anything. I would simply like to scroll up in the Text Editor along with moving the cursor to the relative screen position.
As an ...
2
votes
5answers
154 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 ...
0
votes
2answers
329 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 ...
1
vote
1answer
1k 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
88 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?
1
vote
2answers
154 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 ...
2
votes
4answers
435 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 ...
5
votes
3answers
340 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
1answer
762 views
2
votes
3answers
459 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
1answer
188 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 ...
1
vote
2answers
207 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 ...
3
votes
4answers
494 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
2answers
463 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.
17
votes
9answers
6k 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, ...
26
votes
17answers
11k 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, ...
53
votes
5answers
8k 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().
...
106
votes
10answers
58k 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 ...
8
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?
...