Questions tagged [vscodevim]

for questions related to the extension vscodevim for editor Visual Studio Code.

Extension for editor Visual Studio Code to emulate vim.

130 questions
0
votes
1 answer

VSCode vim highlight current word

vscode version 1.22.1 Now vscodevim (0.11.3) extension work like this: But I want to see matched words: With just keys remap I can't select lines in visual mode. How can I do it right?
0
votes
2 answers

Indentation for files that don't have a registered formatter

It seems that I am getting this problem since version 1.18, honestly I don't remember. With VSCodeVim installed I used to press the = key to get my code (Elixir, embedded elixir, ...) indented properly. Am I missing something, like a configuration,…
Ramzi
  • 267
  • 2
  • 5
0
votes
1 answer

Vim Autoaligment in VscodeVim

Using vscodevim, how to use autoaligment using = like Vim do? so for example : .wrapper-box { // line is out of tab. .box { border: 1px solid red; } } In vim, i can select the .wrapper-box and then hit the = and…
0
votes
1 answer

VSCODE - vscodevim plugin incremental search keybindings

When using VSCODE vscodevim plugin forward slash / puts you in incremental search mode - What is the keybinding to put the cursor on the current search "view"? when i escape from incremental search mode it moves off the search result view in the…
steveinatorx
  • 705
  • 9
  • 22
-1
votes
1 answer

Why isn't my vim extension working? I have fully uninstalled and reinstalled VS code and it's still broken :(

broken vim gif Reinstalling the extension Deleting the extension cache Checked that vim is enabled Restarted my computer multiple times Uninstalled vscode, deleted it's appdata Checked my settings Deleted the vim extension file Please help :(
-1
votes
2 answers

How to configure VS code Vim to Escape modes using caps lock

I'm using a Mac and trying to configure Vim extension for VS code. My issue is that I like to use caps lock as my Escape but in Vim For some reason neither Escape or caps lock will allow me to escape INSERT, VISUAL, or NORMAL I imagine anyone who…
Peter T. Walker
  • 152
  • 1
  • 12
-1
votes
1 answer

When I type the letter f in VSCode Vim, it deletes the text

I installed the vim extension in vscode. I pressed i to enter in insert mode. I can type all the letters except f. It deletes the text. Is it supposed that d deletes the text, not f? Is this a bug or am I in the wrong vim mode? I use i for insert…
james dilaw
  • 39
  • 1
  • 8
-1
votes
3 answers

I am trying to use :g in Vim doesn't work "Command :g[lobal] is not yet implemented" i get in the status line

I wanted to try vim for a bit, and get used to it... i got stuck with trying to replicate Ctrl+D functionality of VScode... so I've tried couple Google solutions. This is What I've tried when I got that error: :g/oldword/norm newword I see lots of…
JaneZ
  • 11
  • 2
-2
votes
1 answer

How can I get line numbers relative to the cursor position in the editor gutter in VS Code?

I started using the Vim extension for VS Code. I want to make my line numbers display like they do for me in Neovim, but I couldn't find any solution for it. my editor gutter right now I want this style of line numbers
-2
votes
1 answer

How to scroll/center code in VSCode Vim if there are no blank lines to scroll to?

How to scroll like picture on the right? I tried using CTRL + D which scrolls through lines but if there are no lines, like after line 87 I cannot scroll/center my screen. I was thinking I could insert bunch of empty lines but VSCode when saving…
1 2 3
8
9