Skip to content

Instantly share code, notes, and snippets.

View Br4z's full-sized avatar
☠️
All *59 is looking for a reason...

Brandon Br4z

☠️
All *59 is looking for a reason...
View GitHub Profile
@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"
},