Keyboard shortcut for Linux has been on adjustment for some time now, but finally an updated version has been released.
These covers both Ms Word and Vs Code editing.
Table of Interests
General
- Ctrl+Shift+P, F1 Show Command Palette
- Ctrl+P  Quick Open, Go to File…
- Ctrl+Shift+N Â New window/instance
- Ctrl+W Â Close window/instance
- Ctrl+, User Settings
- Ctrl+K Ctrl+S Â Keyboard Shortcuts
Basic Editing
- Ctrl+X Cut line (empty selection)
- Ctrl+C Â Copy line (empty selection)
- Ctrl+Shift+K Â Delete line
- Ctrl+Shift+Enter Insert line below/ above
- Ctrl+Shift+\ Â Jump to matching bracket
- Ctrl+] / Ctrl+[ Â Indent/Out dent line
- Home / End  Go to beginning/end of line
- Ctrl+Home/End Go to beginning/end of file
- Alt+PgUp/PgDn Scroll page up/down
- Ctrl+Shift+ [ / ] Â Fold/unfold region
- Ctrl+K Ctrl+[ / ] Fold/unfold all sub-regions
- Ctrl+K Ctrl+0 /
- Ctrl+K Ctrl+JÂ Fold/Unfold all regions
- Ctrl+K Ctrl+C Â Add line comment
- Ctrl+K Ctrl+U Â Remove line comment
- Ctrl+/ Â Toggle line comment
- Ctrl+Shift+A Â Toggle block comment
- Alt+Z Â Toggle word wrap
Navigation
- Ctrl+T Show all symbols
- Ctrl+G Go to Line…
- Ctrl+P  Go to File…
- Ctrl+Shift+O Go to Symbol…
- Ctrl+Shift+M Show Problems panel
- F8 Â Go to next error or warning
- Shift+F8Â Go to previous error or warning
- Ctrl+Shift+Tab  Navigate editor group history
- Ctrl+Alt+- Â Go back
- Ctrl+Shift+- Â Go forward
- Ctrl+M Â Toggle Tab moves focus
Editor Management
- Ctrl+W Â Close editor
- Ctrl+K F Â Close folder
- Ctrl+\ Â Split editor
- Ctrl+ 1 / 2 / 3 Â Focus into 1st, 2nd, 3rd editor group
- Ctrl+Shift+PgUp Move editor left
- Ctrl+Shift+PgDn  Move editor right
File Management
- Ctrl+N New File
- Ctrl+O  Open File…
- Ctrl+S Â Save
- Ctrl+Shift+S  Save As…
- Ctrl+W Â Close
- Ctrl+K Ctrl+W Â Close All
- Ctrl+Shift+T Â Reopen closed editor
- Ctrl+K Enter  Keep preview mode editor open
- Ctrl+Tab  Open next
- Ctrl+Shift+Tab  Open previous
- Ctrl+K P Â Copy path of active file
- Ctrl+K R Â Reveal active file in Explorer
- Ctrl+K O Â Show active file in new window/instance
Rich Language Editing
- Ctrl+Space Trigger suggestion
- Ctrl+Shift+Space Trigger parameter hints
- Ctrl+Shift+I Â Format document
- Ctrl+K Ctrl+F Â Format selection
- F12 Â Go to Definition
- Ctrl+Shift+F10 Â Peek Definition
- Ctrl+K F12 Â Open Definition to the side
- Ctrl+. Â Quick Fix
- Shift+F12Â Show References
- F2 Â Rename Symbol
- Ctrl+K Ctrl+X Â Trim trailing whitespace
- Ctrl+K M Â Change file language
Multi-Cursor And Selection
- Alt+Click  Insert cursor*
- Shift+Alt+ ↑ / ↓  Insert cursor above/below
- Ctrl+U  Undo last cursor operation
- Shift+Alt+I Â Insert cursor at end of each line selected
- Ctrl+I     Select current line
- Ctrl+Shift+L Â Select all occurrences of current selection
- Ctrl+F2 Â Select all occurrences of current word
- Shift+Alt + →  Expand selection
- Shift+Alt + â†Â Shrink selection Shift+Alt + drag mouse Column (box) selection
Display
- F11 Â Toggle full screen
- Shift+Alt+0 Â Toggle editor layout (horizontal/vertical)
- Ctrl+ = / –  Zoom in/out
- Ctrl+B Â Toggle Sidebar visibility
- Ctrl+Shift+E Â Show Explorer / Toggle focus
- Ctrl+Shift+F Â Show Search
- Ctrl+Shift+G Â Show Source Control
- Ctrl+Shift+D Â Show Debug
- Ctrl+Shift+X Â Show Extensions
- Ctrl+Shift+H Â Replace in files
- Ctrl+Shift+J Â Toggle Search details
- Ctrl+Shift+C Â Open new command prompt/terminal
- Ctrl+K Ctrl+H Show Output panel
- Ctrl+Shift+V Â Open Markdown preview
- Ctrl+K V Â Open Markdown preview to the side
- Ctrl+K Z Â Zen Mode (Esc Esc to exit)
Search and Replace
- Ctrl+F Â Find
- Ctrl+H Â Replace
- F3 / Shift+F3 Â Find next/previous
- Alt+Enter Select all occurrences of Find match
- Ctrl+D Â Add selection to next Find match
- Ctrl+K Ctrl+D Â Move last selection to next Find match
Debug
- F9 Â Toggle breakpoint
- F5 Â Start / Continue
- F11 / Shift+F11 Â Step into/out
- F10 Â Step over
- Shift+F5 Stop
- Ctrl+K Ctrl+I Â Show hover
Integrated Terminal
- Ctrl+` Show integrated terminal
- Ctrl+Shift+` Create new terminal
- Ctrl+Shift+C Copy selection
- Ctrl+Shift+V Paste into active terminal
- Shift+ PgUp / PgDn Scroll page up/down
- Shift+ Home / End Scroll to top/bottom
I believe the above keyboard shortcuts will be very useful for Linux users. Leave a comment below about your experience and if you have more to add, kindly share it with us.