question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflict with VSCode Ctrl + D key

See original GitHub issue
  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


BUG REPORT:

Environment:

  • VSCode Version: 1.18.0
  • VsCodeVim Version: 0.10.3
  • OS: Window version 1709

What happened: Unable to find substring with Ctrl+D, it moved cursor to end of selected string when pressed ctrl+D When VSCodeVim is enabled: 1

What did you expect to happen: When VSCodeVim is disabled: 2

This is my VSCodeVim setting

// Vim settings
    "vim.startInInsertMode": true,
    "vim.useCtrlKeys": false, 
    "vim.overrideCopy" :false,

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:84
  • Comments:45 (6 by maintainers)

github_iconTop GitHub Comments

52reactions
MrYakobocommented, Jan 17, 2018

For future dudes: handleKeys = true in @jpoon’s table above means

"vim.handleKeys": {
    "<C-d>": true
}

and not vim.handleKeys: true. Was a little bit confusing for me personally. 👍

31reactions
jpooncommented, Jan 17, 2018
useCtrlKeys = true useCtrlKeys = false
handleKeys = true VSCodeVim move page half down VSCodeVim move page half down
handleKeys = false remap to <D-d> remap to <D-d>
undefined VS Code default behavior VS Code default behavior

If it’s undefined. So if you don’t have a <C-d> config set under handleKeys, it should use Code’s behaviour for it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CTRL+D is not working in vs code copy similar code
File > Preferences > Keyboard Shortcuts. type "copy line",then you will see the related shortcuts. remember the new shortcut(e.g. Shift + Alt + ......
Read more >
Vim conflicting <Ctrl-d> with VSCode
VSCode Vim extension binds <Ctrl-d> for its own use. This keymap is used by VSCode for “selecting next word occurrence” in a multi-cursor ......
Read more >
Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and how to change them.
Read more >
Basic Editing in Visual Studio Code
VS Code has a rich set of default keyboard shortcuts as well as allowing you to ... Ctrl+D selects the word at the...
Read more >
Visual Studio Code Tips and Tricks
Debugging. Configure debugger. From the Run and Debug view (Ctrl+Shift+D), select create a launch.json file, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found