NOTES, THOUGHTS, SCRIBBLES

VSCode shortcuts to replace my mouse.

Every time I watch someone elegantly navigate vim, I feel somewhat ashamed of my own clunky mouse-driven workflow, and also disappointed for having tried to learn vim, but never really sticking with it.

At this point, VSCode or Cursor will still be my daily IDE's of choice, and I am actually fully happy with that reality. I do however want to cut down on mouse usage where possible, and replace those with shortcuts.

Here's a note to myself to remember the keybindings I have set.

Note

These can be found via the VSCode command palette: Preferences: Open Keyboard Shortcuts (JSON)

Table

JSON

keycommandwhen
ctrl+`workbench.action.terminal.focus
ctrl+`workbench.action.focusActiveEditorGroupterminalFocus
cmd+kworkbench.action.terminal.clearterminalFocus && terminalProcessSupported
alt+-workbench.action.decreaseViewWidtheditorFocus && !auxiliaryBarFocus
alt+=workbench.action.increaseViewWidtheditorFocus && !auxiliaryBarFocus
alt+\workbench.action.evenEditorWidthseditorFocus && !auxiliaryBarFocus
cmd+bworkbench.action.focusSideBarsideBarVisible == false
cmd+bworkbench.action.toggleSidebarVisibilitysideBarVisible == true
alt+-runCommandssideBarFocus
alt+=runCommandssideBarFocus
alt+-runCommandsauxiliaryBarFocus
alt+=runCommandsauxiliaryBarFocus
shift+cmd+bworkbench.action.focusAuxiliaryBarauxiliaryBarVisible == false
shift+cmd+bworkbench.action.toggleAuxiliaryBarauxiliaryBarVisible == true
cmd+alt+fworkbench.action.quickTextSearch