Skip to content

Instantly share code, notes, and snippets.

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

Pineapple_Chee Pi314le

🏠
Working from home
View GitHub Profile
@bitterteasweetorange
bitterteasweetorange / keybindings.json
Last active March 27, 2025 09:56
setup vscode like neovim
[
{
"command": "projectManager.listGitProjects#sideBarGit",
"key": "cmd+o"
},
{
"command": "expand_region",
"key": "ctrl+=",
"when": "editorTextFocus"
},