Skip to content

Instantly share code, notes, and snippets.

View its-monotype's full-sized avatar
🤙

its-monotype

🤙
  • Earth
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"
},
@CaptainVincent
CaptainVincent / README.md
Last active February 20, 2025 00:23
Improve your vscode quickinput-widget

Customize your quickinput-widget

This is a small tool designed to emulate the Sublime style Command Palette as follows.

Screenshot

It requires the use of a specific extension to load the js file from this gist.

I'm using the APC extension, and the usage is as follows.

@DominusKelvin
DominusKelvin / settings.json
Created October 16, 2024 06:54
My Minimalist and Attractive VS Code Settings
{
"js/ts.implicitProjectConfig.checkJs": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.accessibilitySupport": "off",
"editor.foldingHighlight": false,
"window.commandCenter": true,
"editor.quickSuggestions": {
"strings": true
},
"tailwindCSS.includeLanguages": {