Questions tagged [vsvim]

VsVim is a free Visual Studio extension that makes the code editor a vim emulator.

VsVim is a free Visual Studio extension that makes the code editor a vim emulator. Written by Jared Parsons. https://github.com/jaredpar/VsVim

85 questions
0
votes
2 answers

Disable trimming of bracket whitespace after a semicolon in vim

I recently started working on source code which requires the following convention for function arguments: void example( int arg ); However, after typing a semicolon, vim automatically trims any whitespace between the parenthesis: void example(int…
Izman
  • 309
  • 3
  • 13
0
votes
1 answer

Regular expression pattern issue within VSVim key binding

Vim has a key binding to swap two words while keeping the cursor in the same place as detailed here :nnoremap gw "_yiw:s/(\%#\w+)(\W+)(\w+)/\3\2\1/ Unfortunately this does not seem to work in VSVim with an error reporting that the pattern could not…
Gravin
  • 1
  • 1
0
votes
0 answers

VsVim: How to enable jumps?

In vim I can use g; to jump to the last edited location. This works perfectly fine in pure vim. However this does not work in VsVim. Is there a way to enable this feature in VsVim for Visual Studio?
Simon
  • 706
  • 6
  • 23
0
votes
1 answer

Resharper C++ and VSVim clashing

I'm trying to use the Resharper C++ and VSVim together and they seem to clash. When, resharper provides code snippets that can be filled in, I can't go fill in snippets as I can't enter Insert mode by pressing i. If I press Esc, the snippet…
dev_nut
  • 2,476
  • 4
  • 29
  • 49
0
votes
1 answer

VsVim start in insert mode when opening a file

I was wondering if it would be possible to make VsVim start in insert mode when opening a file. I have tried putting :set insertmode, and start in my vimrc but both of those had no effect. It would also be great if it set all the files I had open to…
0
votes
1 answer

VsVim automatically switching to select mode

I am using the current version of VsVim in Visual Studio 2013 and there is one behavior that I cannot work with and that is when I am in insert mode, and I select text, it automatically switches to select mode. I want to explicitly state when I want…
girlcode
  • 3,155
  • 5
  • 27
  • 41
0
votes
1 answer

VsVim and visual mode in visual studio 2013

when i select a text with shift + arrows or shift + ctrl + arrows (simple select a text..) then I have visual mode in vsVim. I'm anry and i can't delete text by del, but must to use d (to remove text). How can I disable visual mode when i'm push a…
Marek Woźniak
  • 1,766
  • 16
  • 34
0
votes
1 answer

How can I share vsvimrc file across different versions of Visual Studio

Recently I installed two versions of Visual Studio on the same machine with VSVim extensions. Because they differ in functionality they require different settings in the vsvimrc file and that is the problem. Is it possible to share the same vsvimrc…
StanislawSwierc
  • 2,571
  • 17
  • 23
0
votes
1 answer

Getting past E518: Unknown option: vsvim_useeditordefaults

I added the vsvim_useeditordefaults option to my _vimrc on Windows 7 which works great in Visual Studio. But when I try to open up gVim I get the following error: E518: Unknown option: vsvim_useeditordefaults Is there anyway to set up an if…
Allensb
  • 260
  • 3
  • 13
-1
votes
1 answer

g{movement} does not work caret in normal mode in vsvim

I am having problem with g$ and g0 in vsvim under VS2013. This happened after i upgraded my package. Is there any settings that i'm missing?
jernkuan
  • 630
  • 6
  • 8
1 2 3 4 5
6