Skip to content

Instantly share code, notes, and snippets.

@jle-k
jle-k / keybindings.json
Created May 31, 2023 00:06 — forked from colinaaa/keybindings.json
LunarVim VSCode Config
// Place your key bindings in this file to override the defaults
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert && editorTextFocus",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",