Skip to content
Snippets Groups Projects
Commit 97389aa2 authored by Jens Nolte's avatar Jens Nolte
Browse files

Let VS Code Vim ignore Ctrl-u (like Ctrl-d)

parent 0a1c1c6b
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@
//"vim.useSystemClipboard": true,
"vim.smartcase": true,
"vim.handleKeys": {
"<C-d>": false
"<C-d>": false,
"<C-u>": false
},
"vim.insertModeKeyBindings": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment