Open hopezh opened 2 years ago
try <C-q>
😄
same question ...
This is the only function it's bound to <C-v>
Mind sharing your settings.json
(at least the vim.*
settings), keybindings.json
, and .vimrc
(if you're using the feature)?
Thanks, @J-Fields
As requested, I'm attaching three files here: vscode's settings.json, vscode's keybindings.json, and my nvim's init.vim
Appreciate your advice.
try
<C-q>
😄
Sorry, not working. Seems
Solved it by adding "\<C-q>": true to vim.handleKeys in the settings.
I'm also facing this issue as well, and even doesn't work even after adding it to vim.handleKeys.
Update: it now works fine for some reason with <C-q>
, but can't we use <C-v>
for that?
You might have the C-v keybinding blocked by setting:
"vim.handleKeys": {
"<C-v>": false,
},
When I get rid of that line, or set it to true C-v works.
delete line "vim.useCtrlKeys": ... in settings.json file
Quick question: what's the reasoning behind vscode-vim to set <ctrl+q> in place of vim's original binding <ctrl+v>?
Describe the bug I'm unable to use "ctrl+v", or "^v" (Mac OS), to enter the "visual block mode" to select a rectangular block of text.
I checked my "keyboard shortcuts", and it seems ok that "^v" is assigned to "extension.vim_ctrl+v", as shown below:
Anyone having similar issue?
I understand that there is a multi-cursor function in vscode, but considering that visual block mode is such a basic and useful function in vim, it's frustrating that it's not working in vscodevim...
Previous discussions on visual block mode don't seem to have any conclusions: https://github.com/VSCodeVim/Vim/issues/353 https://github.com/VSCodeVim/Vim/issues/401
Screenshots
Environment (please complete the following information):