Skip to content

Instantly share code, notes, and snippets.

View codingleo's full-sized avatar
🚀
Hey, ho, let's code!

Leonardo Ribeiro codingleo

🚀
Hey, ho, let's code!
View GitHub Profile
@ixahmedxi
ixahmedxi / keybindings.json
Created January 2, 2024 20:46
Vscode neovim keybindings.json
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert && editorTextFocus",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",
"key": "k",