Ass a die-hard Windows 7 addict i’m surely know all inside-outs of the system. That is why today i’d like to share some hotkeys knowledge with all of you. Keyboard shortcuts are one of the most important things in professional workflow. Some of hotkeys are quite generic and you can find them in official manual, but other are rather obscure and can be completely unknown. Hope that everyone of you’ll find something useful here.
UPDATED ON: 2024-04-05
All keyboard hacks and tweaks will be posted here. Stay tuned for more goodies!
THE MAIN PURPOSE OF THIS LITTLE ACCUMULATION IS TO REMOVE MOUSE FROM CODING WORKFLOW. Remember to separate rules with comas. Like this:
[
{
"key": "alt+numpad_subtract",
"command": "workbench.action.decreaseViewSize"
},
{
"key": "alt+numpad_add",
"command": "workbench.action.increaseViewSize"
},
{
"key": "ctrl+shift+b",
"command": "workbench.action.toggleActivityBarVisibility"
}
] Last rule-set do not contain coma symbol in the end.
UPDATED ON: 2024-04-05
Here is a small list of mandatory keystrokes, which significantly speed up working process!
NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it
NAVIGATION
[CTRL]+[SHIFT]+[N] ► new editor instance
[CTRL]+[K]+[CTRL]+[O] ► open folder
[CTRL]+[K]++[F] ► close folder
[ALT]+[L]+[ALT]+[O] ► open in browser
[CTRL]+[W] ► close current tab
[CTRL]+[K]++[W] ► close all tabs
[ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs
[CTRL]+[1]/[2] ► fast-switch between panels