Skip to content

Instantly share code, notes, and snippets.

@bitterteasweetorange
bitterteasweetorange / keybindings.json
Last active June 25, 2024 03:41
setup vscode like neovim
[
{
"command": "projectManager.listGitProjects#sideBarGit",
"key": "cmd+o"
},
{
"command": "expand_region",
"key": "ctrl+=",
"when": "editorTextFocus"
},