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

Make VS Code Vim fd Keybinding non-recursive

parent 97389aa2
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
"<C-d>": false,
"<C-u>": false
},
"vim.insertModeKeyBindings": [
"vim.insertModeKeyBindingsNonRecursive": [
{
"before": ["f", "d"],
"after": ["<Esc>"]
......
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