Skip to main content
โšก Calmops

Comprehensive Guide to Essential Keyboard Shortcuts and Hotkeys

Master productivity with keyboard shortcuts for Windows, macOS, Linux, and popular applications

Introduction

Mastering keyboard shortcuts dramatically improves productivity and reduces reliance on the mouse. This guide covers essential shortcuts across operating systems and popular applications. macOS users: Replace Ctrl with โŒ˜ (Command) and Alt with Option for macOS equivalents.

Operating System Shortcuts

Windows Shortcuts

General Windows

Function Hotkey
Open Start Menu Win
Open Run dialog Win + R
Open Settings Win + I
Open File Explorer Win + E
Lock computer Win + L
Switch between open apps Alt + Tab
Switch between app windows Alt + Esc
Open Task Manager Ctrl + Shift + Esc
Take screenshot Win + Shift + S
Open clipboard history Win + V
Open emoji picker Win + .
Minimize all windows Win + M
Show desktop Win + D
Virtual desktops - create new Win + Ctrl + D
Virtual desktops - switch Win + Ctrl + Left/Right Arrow
Close window Alt + F4
Open Cortana Win + Shift + Q

Text Editing

Function Hotkey
Delete a word before cursor Ctrl + Backspace
Delete a word after cursor Ctrl + Delete
Delete all content before cursor Ctrl + Home + Shift + Delete
Go to start of line Home
Go to end of line End
Go to start of document Ctrl + Home
Go to end of document Ctrl + End
Select word Ctrl + Shift + Left/Right Arrow
Select line Shift + Home/End
Select paragraph Ctrl + Shift + Up/Down Arrow
Move word left Ctrl + Left Arrow
Move word right Ctrl + Right Arrow
Undo Ctrl + Z
Redo Ctrl + Y or Ctrl + Shift + Z
Cut Ctrl + X
Copy Ctrl + C
Paste Ctrl + V
Paste special (without formatting) Ctrl + Shift + V
Find Ctrl + F
Find and Replace Ctrl + H
Select All Ctrl + A

macOS Shortcuts

General macOS

Function Hotkey
Open Spotlight Search โŒ˜ + Space
Open Launchpad F4 or โŒ˜ + Space + type
Force quit application โŒ˜ + Option + Esc
Sleep โŒ˜ + Option + Power
Restart โŒ˜ + Control + Power
Shut down โŒ˜ + Power
Lock screen โŒ˜ + Control + Q
Screenshot entire screen โŒ˜ + Shift + 3
Screenshot selection โŒ˜ + Shift + 4
Screenshot window โŒ˜ + Shift + 4 + Space
Open Finder โŒ˜ + Space + type "Finder"
Empty Trash โŒ˜ + Shift + Delete
Open System Preferences โŒ˜ + , (in most apps)
Switch between apps โŒ˜ + Tab
Show hidden files in Finder โŒ˜ + Shift + .

Text Editing (macOS)

Function Hotkey
Delete word before cursor Option + Backspace
Delete word after cursor Option + Delete
Go to start of line Home or โŒ˜ + Left
Go to end of line End or โŒ˜ + Right
Go to start of document โŒ˜ + Home or โŒ˜ + Up
Go to end of document โŒ˜ + End or โŒ˜ + Down
Select word Option + Shift + Left/Right
Select to start of line โŒ˜ + Shift + Left
Select to end of line โŒ˜ + Shift + Right
Select all โŒ˜ + A
Undo โŒ˜ + Z
Redo โŒ˜ + Shift + Z
Cut โŒ˜ + X
Copy โŒ˜ + C
Paste โŒ˜ + V
Paste without formatting โŒ˜ + Option + Shift + V
Find โŒ˜ + F
Find and Replace โŒ˜ + Option + F

Linux Shortcuts (Ubuntu/GNOME)

General Linux

Function Hotkey
Open Activities (application menu) Super (Windows key)
Open terminal Ctrl + Alt + T
Switch between workspaces Ctrl + Alt + Up/Down Arrow
Move window to different workspace Ctrl + Alt + Shift + Up/Down
Screenshot Print
Screenshot selection Shift + Print
Lock screen Super + L
Power options Super + Escape
Switch between windows Alt + Tab

Web Browser Shortcuts

Google Chrome / Chromium

Function Hotkey
New tab Ctrl + T
New window Ctrl + N
New incognito window Ctrl + Shift + N
Open last closed tab Ctrl + Shift + T
Open last closed window Ctrl + Shift + N
Go to address bar Ctrl + L or Alt + D
Search current page Ctrl + F
Find next match Ctrl + G or Enter
Find previous match Ctrl + Shift + G or Shift + Enter
Open History Ctrl + H
Open Downloads Ctrl + J
Open Bookmarks Manager Ctrl + Shift + B
Reload page Ctrl + R or F5
Hard reload (clear cache) Ctrl + Shift + R
Zoom in Ctrl + +
Zoom out Ctrl + -
Reset zoom to default Ctrl + 0
Jump to tab 1-8 Ctrl + 1-8
Jump to last tab Ctrl + 9
Close current tab Ctrl + W
Close current window Ctrl + Shift + W
Quit browser Ctrl + Q

Firefox

Function Hotkey
New tab Ctrl + T
New window Ctrl + N
New private window Ctrl + Shift + P
Open last closed tab Ctrl + Shift + T
Go to address bar Ctrl + L
Search page Ctrl + F
Find next match F3 or Ctrl + G
Find previous match Shift + F3 or Ctrl + Shift + G
Open History sidebar Ctrl + H
Open Downloads Ctrl + Shift + Y
Open Bookmarks sidebar Ctrl + B
Reload page Ctrl + R or F5
Hard reload Ctrl + Shift + R
Zoom in Ctrl + +
Zoom out Ctrl + -
Reset zoom Ctrl + 0
Close tab Ctrl + W
Close window Ctrl + Shift + W

Text Editor & IDE Shortcuts

VS Code (Visual Studio Code)

Function Hotkey
Open file Ctrl + O
Open folder Ctrl + K Ctrl + O
New file Ctrl + N
Save Ctrl + S
Save all Ctrl + K S
Toggle side bar Ctrl + B
Open terminal `Ctrl + `` (backtick)
Open command palette Ctrl + Shift + P
Go to line Ctrl + G
Go to symbol Ctrl + Shift + O
Find Ctrl + F
Find and replace Ctrl + H
Multi-cursor selection Ctrl + Click
Add cursor up/down Ctrl + Alt + Up/Down
Delete line Ctrl + Shift + K
Duplicate line Ctrl + Shift + D
Move line up/down Alt + Up/Down
Comment line Ctrl + /
Block comment Ctrl + Shift + /
Format document Ctrl + Shift + I
Format selection Ctrl + K Ctrl + F
Quick fix Ctrl + .
Split editor Ctrl + \
Switch editor Ctrl + Tab
Close editor Ctrl + W
Zoom in Ctrl + +
Zoom out Ctrl + -

Vim / Neovim

Function Hotkey
Enter insert mode i
Enter append mode a
Enter visual mode v
Enter visual line mode Shift + V
Undo u
Redo Ctrl + R
Save :w + Enter
Save and quit :wq + Enter
Quit without saving :q! + Enter
Find / + search term
Find next n
Find previous Shift + N
Delete character x
Delete line dd
Delete word dw
Copy line yy
Copy word yw
Paste p
Go to line : + line number
Replace all :%s/old/new/g
Select all ggVG
Go to start of file gg
Go to end of file Shift + G

Sublime Text

Function Hotkey
Open file Ctrl + O
Open folder Ctrl + K Ctrl + O
New file Ctrl + N
Save Ctrl + S
Find Ctrl + F
Find and replace Ctrl + H
Go to line Ctrl + G
Command palette Ctrl + Shift + P
Multiple selections Ctrl + Click
Select line Ctrl + L
Delete line Ctrl + Shift + K
Duplicate line Ctrl + Shift + D
Comment line Ctrl + /
Indent Ctrl + ]
Unindent Ctrl + [
Transform to uppercase Ctrl + K Ctrl + U
Transform to lowercase Ctrl + K Ctrl + L

Productivity Application Shortcuts

Microsoft Excel

Function Hotkey
New workbook Ctrl + N
Open workbook Ctrl + O
Save Ctrl + S
Save As Ctrl + Shift + S
Print Ctrl + P
Undo Ctrl + Z
Redo Ctrl + Y
Cut Ctrl + X
Copy Ctrl + C
Paste Ctrl + V
Paste Special Ctrl + Shift + V
Find Ctrl + F
Find & Replace Ctrl + H
Bold Ctrl + B
Italic Ctrl + I
Underline Ctrl + U
Format cells Ctrl + 1
Insert row Ctrl + + (plus)
Delete row/column Ctrl + - (minus)
Go to cell Ctrl + G or F5
Insert current date Ctrl + ;
Insert current time Ctrl + Shift + ;
Select all Ctrl + A
Select column Ctrl + Space
Select row Shift + Space

Microsoft Word

Function Hotkey
New document Ctrl + N
Open document Ctrl + O
Save Ctrl + S
Print Ctrl + P
Undo Ctrl + Z
Redo Ctrl + Y
Cut Ctrl + X
Copy Ctrl + C
Paste Ctrl + V
Find Ctrl + F
Find & Replace Ctrl + H
Select all Ctrl + A
Bold Ctrl + B
Italic Ctrl + I
Underline Ctrl + U
Center align Ctrl + E
Left align Ctrl + L
Right align Ctrl + R
Justify Ctrl + J
Increase font size Ctrl + ]
Decrease font size Ctrl + [
Superscript Ctrl + Shift + +
Subscript Ctrl + =

Google Docs

Function Hotkey
Open document search Ctrl + F
Find and replace Ctrl + H
Undo Ctrl + Z
Redo Ctrl + Y or Ctrl + Shift + Z
Bold Ctrl + B
Italic Ctrl + I
Underline Ctrl + U
Strikethrough Alt + Shift + 5
Superscript Ctrl + Shift + +
Subscript Ctrl + ,
Increase indent Tab
Decrease indent Shift + Tab
Open research tool Ctrl + Alt + I

System & File Management

File Explorer (Windows)

Function Hotkey
Select all Ctrl + A
Invert selection Ctrl + I
Delete selected items Delete
Permanently delete Shift + Delete
Copy Ctrl + C
Cut Ctrl + X
Paste Ctrl + V
Undo Ctrl + Z
Rename F2
Create new folder Ctrl + Shift + N
Go up one folder Alt + Up Arrow
Go to address bar Ctrl + L
Open properties Alt + Enter
Refresh F5
Show hidden files Ctrl + H

Finder (macOS)

Function Hotkey
New Finder window โŒ˜ + N
New folder โŒ˜ + Shift + N
Open file โŒ˜ + Down Arrow
Go back โŒ˜ + [ or โŒ˜ + Left
Go forward โŒ˜ + ] or โŒ˜ + Right
Go to home folder โŒ˜ + Shift + H
Go to desktop โŒ˜ + Shift + D
Go to downloads โŒ˜ + Shift + L
Go to applications โŒ˜ + Shift + A
Show hidden files โŒ˜ + Shift + .
Get info โŒ˜ + I
Duplicate โŒ˜ + D
Rename Enter
Delete โŒ˜ + Delete
Empty trash โŒ˜ + Shift + Delete

Terminal / Command Line

Bash / Shell

Function Hotkey
Clear screen Ctrl + L or clear
Cancel current command Ctrl + C
Suspend current command Ctrl + Z
Go to start of line Ctrl + A or Home
Go to end of line Ctrl + E or End
Delete word before cursor Ctrl + W
Delete character before cursor Ctrl + H or Backspace
Delete from cursor to start Ctrl + U
Delete from cursor to end Ctrl + K
Reverse search history Ctrl + R
Forward search history Ctrl + S
Move word left Alt + B
Move word right Alt + F
Previous command Up Arrow
Next command Down Arrow
Paste last argument Alt + .
Transpose characters Ctrl + T

Tips for Learning Shortcuts

  1. Start with Most-Used: Learn the 10-15 most frequently used shortcuts first
  2. Practice Consistently: Use shortcuts in daily work to build muscle memory
  3. Customize: Most applications allow custom shortcut configuration
  4. Use Cheat Sheets: Keep a physical or digital reference nearby initially
  5. Progressive Learning: Add new shortcuts gradually to avoid overwhelming yourself
  6. Mnemonic Association: Associate shortcuts with their functions (Ctrl+S for Save, Ctrl+C for Copy)
  7. Track Improvement: Notice how much faster you work as you master shortcuts

Browser Extensions for Shortcuts

Vimium (Chrome/Firefox)

Keyboard Maestro (macOS)

AutoHotkey (Windows)

  • Create custom keyboard shortcuts and macros
  • Homepage: autohotkey.com

Key Takeaways

  1. System shortcuts (Win/macOS/Linux) are universal foundations
  2. Application-specific shortcuts boost productivity in frequently-used programs
  3. Text navigation shortcuts save enormous time in writing and coding
  4. Browser shortcuts make web browsing significantly faster
  5. Terminal shortcuts improve command-line efficiency
  6. Customization allows you to tailor shortcuts to your workflow
  7. Consistent practice is key to building muscle memory

Remember: Keyboard shortcuts reduce repetitive strain, decrease time spent on tasks, and improve your overall computing efficiency. Start with the most impactful shortcuts and progressively expand your knowledge.

Comments