Skip to content

Instantly share code, notes, and snippets.

View rchqi's full-sized avatar
🏠
Working from home

Riley Xiao rchqi

🏠
Working from home
View GitHub Profile
@bitterteasweetorange
bitterteasweetorange / keybindings.json
Last active January 17, 2026 14:33
setup vscode like neovim
[
{
"command": "projectManager.listGitProjects#sideBarGit",
"key": "cmd+o"
},
{
"command": "expand_region",
"key": "ctrl+=",
"when": "editorTextFocus"
},