Questions tagged [viemu]

viEmu is an emulation of the Vi/vim editor for Visual Studio, Word,Outlook and SQL Server

24 questions
1
vote
1 answer

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 in vi normal mode, Enter should just move to the…
T.J. Crowder
  • 1,031,962
  • 187
  • 1,923
  • 1,875
1
vote
2 answers

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 might be more fitting here.
Rook
  • 60,248
  • 49
  • 165
  • 242
1
vote
1 answer

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 example, if my text editor displays 100 lines of…
Justin Soliz
  • 2,781
  • 3
  • 25
  • 33
0
votes
2 answers

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 have circled in red doesn't have the keyboard…
codecompleting
  • 9,251
  • 13
  • 61
  • 102
0
votes
1 answer

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?
codecompleting
  • 9,251
  • 13
  • 61
  • 102
0
votes
1 answer

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 regular Vim via: :let @s="0ftwwy$bp" This will set a…
Thorsten Lorenz
  • 11,781
  • 8
  • 52
  • 62
0
votes
1 answer

Start Selection After Cursor in ViEmu Visual Mode

Ok, this was previously a question about Vim until I learned it was particular to the Visual Studio plugin ViEmu. In ViEmu, 'v' puts the highlighter cursor between the previous character and the current one, such that walking backward leaves the…
DubiousPusher
  • 1,132
  • 2
  • 8
  • 19
0
votes
2 answers

Jump anywhere with in text with Vim

I'm an beginner vim user and I installed VimFx add-on for Firefox in order to get used easier with it. And VimFx has this cool feature where when you press F you get a bunch of links where you can jump. And when you press the link's shortcut you get…
Jacob Krieg
  • 2,834
  • 15
  • 68
  • 140
0
votes
1 answer

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 using viEmu or VIM per se?
drhanlau
  • 2,517
  • 2
  • 24
  • 42
1
2