This is a storage of my productivity hotkeys and tools.
Command | Purpose |
---|---|
Double click |
Highlight word |
Double click |
Highlight line |
Double click and move cursor |
Highlight next word(s) |
Scroll button click on tab |
Closes tab |
Command | Purpose |
---|---|
Ctrl + TAB |
Next tab |
Ctrl + SHIFT + TAB |
Previous tab |
Ctrl + W |
Close tab |
Ctrl + SHIFT + W |
Reopen closed tab |
Ctrl + <NUMBER> |
Go to tab <NUMBER> |
Ctrl + Arrow key |
Jump to next word |
Ctrl + SHIFT + Arrow key |
Highlight word |
Ctrl + X |
Cut line |
Windows + TAB |
Switch workspace |
Windows + V |
Paste from clipboard |
Command | Purpose |
---|---|
Ctrl + W |
Delete word from current cursor |
Ctrl + A |
Go to start of line |
Ctrl + E |
Go to end of line |
Ctrl + U |
Delete everything before cursor |
Ctrl + L |
Clear screen |
Command | Purpose |
---|---|
Ctrl + D |
Highlight text or next instance of text |
ALT + Up/Down |
Move line up/down |
ALT + SHIFT + Up/Down |
Duplicate line |
ALT + Left/Right |
Go back/forward in history based on cursor |
Extension | Purpose |
---|---|
Bookmarks | Add bookmarks to specified lines in your code |
ES7 React/Redux/GraphQL/React-Native snippets | Snippets for React development |
Better Comments | Improve code commenting by annotating with alert, informational, TODOs, and more |
Live Share | Real-time collaborative development from the comfort of your favorite tools |
Docker | Makes it easy to create, manage, and debug containerized applications |
Kubernetes | Develop, deploy and debug Kubernetes applications |
Bracket Pair Colorizer 2 | Colorizing matching brackets |
GitLens — Git supercharged | Supercharge the Git capabilities built into VSCode |
YAML | YAML Language Support by Red Hat, with built-in Kubernetes syntax support |
Import Cost | Display import/require package size in the editor |
- For Windows OS, make use of C:/bin to create your own script shortcuts
- Use Lens to view health of pods
- Use Windows Terminal (allows for multiple tabs, viewing them side-by-side)
- Use dotfiles to backup, restore and sync the preferences and settings for your toolbox