vscodevim Questions
3
Solved
How to prevent code-folds from automatically opening when cursor moves over them? (VSCode, vim mode)
I like to fold code in the VS Code editor, but when I fold some code blocks, they are opened when I move over them with my cursor using j / k using the VS Code Vim extension. How can I protect my c...
Meteoritics asked 16/6, 2018 at 13:47
2
Solved
Is it possible to prevent VSCode from unfolding a folded code section if I move past it with my cursor using the arrow keys?
A common workflow I have coming from Atom is to fold parts of my code, ...
Masjid asked 3/11, 2019 at 1:23
2
Solved
I'm using the vs vim extension and would like to move away from arrow keys completely, but certain windows in vs code only allow arrow key navigation.
So instead of having to go up and down the l...
Typal asked 14/3, 2019 at 9:27
6
Solved
I have some shoulder pain that I am trying to get rid of by using vscodevim.
My biggest problem with vscodevim so far is that is sometimes collides with VS code shortcuts. For example I often save...
Flocculent asked 16/6, 2020 at 9:55
7
I use Debian and I switched from Vim to Visual Studio Code, when I noticed, that there is a Vim movement extension for VS Code from vscodevim. While I was using Vim, I mapped my Caps lock key to th...
Zsigmondy asked 21/1, 2018 at 16:54
3
Solved
Does anyone use Vim with VSCode?
For some reason, my <leader> key (space), does not activate the easy-motion plugin (I made sure it is enabled in the settings), but just moves the cursor to t...
Bailee asked 6/8, 2020 at 19:49
2
Solved
In the vscode vim plugin, I use gb to select multiple words. I have four functions starting with handle but they are not exactly the same word. How can I put multi cursor for selecting them? Thanks...
Dundee asked 18/8, 2021 at 4:0
2
Solved
I have installed VSCodium and the Vim extension from vscodevim (Mac), but I don't have any key repeat. I have tried the following terminal command, but it doesn't seem to work:
defaults write com.m...
Tighten asked 13/9, 2022 at 16:50
3
Solved
I haven't found a way to quickly do this without having to entirely disable the extension in the "Extensions" panel. In IntelliJ IDEA, one can easily toggle on/off the emulation with a configurable...
Caresa asked 26/11, 2017 at 23:59
8
Solved
Is there a normal way to copy and paste in vs code using vim extension?
I've tried mapping VIM register commands to the shortcut commands I'm used to (ctrl + c for copying and ctrl + v for pasting...
Hyperkeratosis asked 9/10, 2019 at 14:4
1
VScodevim has extension.vim_ctrl+j by default mapped to Ctrl+j which allows you do navigate down pop-up code suggestion windows (triggered by hitting Ctrl+Space in insert mode) like this:
It also ...
Synder asked 6/3, 2022 at 16:46
4
Solved
i have tried but didnot find a way to search and replace in vscode with the vim keybindings plugin. The vim console doesn't take regular vims search and replace function :5,9s/foo/bar/g and vscode'...
Meadowsweet asked 26/3, 2019 at 8:27
0
As I am gradually getting used to the Vim extension in VS code, I find myself falling back quite often to using the mouse.
Is there a setting I can configure so that whenever I use the mouse to cli...
Farnham asked 15/4, 2022 at 10:35
3
Solved
Problem
I want to use Caps_Lock as the key to exit insert mode in Visual Studio code's vim extension. I have already remapped the keys in Xorg with Xmodmap, but Visual studio doesn't seem to really...
Election asked 30/5, 2021 at 19:44
1
I recently discovered that there is an expanded hover tooltip in VSCode vim that can be seen by hovering over a token while holding the command key. In my case I'm particularly interested in ...
Animatism asked 17/6, 2020 at 18:46
5
Using VS Code, how can I move the current line I am on (or the current selection) up or down using Vim keybindings? When using the editor as normal, I can achieve this using 'alt + up/down'.
I am ...
Flapjack asked 29/2, 2020 at 9:36
0
The main thing missing in my VSCodeVim setup is Ctrl + P and Ctrl + N simple word completion when in insert mode. I have googled extensively on how to set this up, but found nothing that works the ...
Ningpo asked 21/5, 2021 at 12:43
1
Solved
I'm using VSCode with Vim extension enabled.
By default, VSCode Ctrl+K Ctrl+number would fold the code of the entire file to the indent level set by the number.
This is EXTREMELY useful for me, an...
Barbrabarbuda asked 29/3, 2021 at 14:8
1
I am using VS Code with the excellent vscodevim extension. When I navigate to a code that has a Quick Action available I can ctrl + . to activate the drop down context menu.
Is there a way to sele...
Choral asked 12/5, 2017 at 13:22
7
Solved
I'm using Vim with VSCode.
I'm trying to remap ctrl+e to got to the end of the line when in insert mode. Here is what I wrote in my settings.json:
"vim.insertModeKeyBindingsNonRecursive": [{ "bef...
Amiss asked 22/12, 2018 at 16:53
3
I use VSCode with the VSCodeVim extension. When in Insert Mode, I can press "CMD-S" to save. When I do, I would also like to exit Insert Mode automatically instead of pressing "ESC" as well.
Is th...
Vishnu asked 1/3, 2018 at 12:49
2
I'm doing some documentation in Markdown using Visual Studio Code. The problem is that I'm used to hard wrapping.
The only way I've found for setting hard wrapping in Visual Studio Code is by the ...
Wellknown asked 16/10, 2016 at 12:0
1
Using the most excellent VSCodeVim plugin. Is it possible to have the cursor change when in normal/command mode (block perhaps) versus input mode (vertical or underline perhaps)?
Amidships asked 17/2, 2018 at 12:49
1
© 2022 - 2024 — McMap. All rights reserved.