Skip to content

Instantly share code, notes, and snippets.

@ljj727
ljj727 / keybindings.json
Created December 17, 2023 03:52 — 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",