| Action |
Shortcut |
| Spotlight Search |
super + space |
| Application Window |
super + up |
| Mission Control |
super + down |
| Clippy History |
alt + v |
| Workspace navigate right |
super + right |
| Workspace navigate left |
super + left |
| Workspace show active windows |
super + down |
| Emoji Picker |
ctrl + super + space |
Where to add these
- System Preferences -> Keyboard -> Shortcuts
| Action |
Shortcut |
| Open Recently Closed Tab |
ctrl + shift + t |
| Goto Anything |
ctrl + p |
| Command Palette |
ctrl + shift + p |
| Expand selection to next match |
ctrl + d |
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+shift+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["ctrl+d"], "command": "find_under_expand" },
| Action |
Shortcut |
Key Binding |
| Home |
alt + left |
Send Hex Codes: 001 |
| End |
alt + right |
Send Hex Codes: 005 |
| Copy |
ctrl + c |
- |
| New Tab |
ctrl + t |
- |
| Paste |
ctrl + v |
- |
| Close |
ctrl + w |
- |
| Previous Tab |
ctrl + alt + left |
|
| Next Tab |
ctrl + alt |
right |
See: https://webapplog.com/home-and-end-shortcuts-in-terminal/
- Remove all Key Mappings and set Natural Text Editing preset
- Remove option left and option right for home/end
- Set Hotkey Window (under keys) to double press
shift
| Action |
Shortcut |
| Halt execution |
ctrl + shift c |
| Action |
Shortcut |
| New Tab |
ctrl + t |
| Open Recently Closed Tab |
ctrl + shift + t |
| Hide Bookmark bar |
ctrl + shift + b |
| Action |
Shortcut |
| Move Window to left |
ctrl + super + left |
| Move Window to right |
ctrl + super + right |
| Action |
Shortcut |
| Page Up |
alt + up |
| Page Down |
alt + down |
| Home |
alt + left |
| End |
alt + right |
| Save |
ctrl + s |
| Copy |
ctrl + c |
| Paste |
ctrl + v |
| Cut |
ctrl + x |
| Find |
ctrl + f |
| Close |
ctrl + w |
| Undo |
ctrl + z |
| Redo |
ctrl + shift + z |
| Select All |
ctrl + a |
| Reload |
ctrl + r |
| Reload |
f5 |
| Screenshot desktop |
print screen |
| Screenshot selection |
shift + print screen |
| New Tab |
ctrl + t |
| New File |
ctrl + n |
| New File in Window |
ctrl + shift + n |
| Bold |
ctrl + b |
| Underline |
ctrl + u |
| Italic |
ctrl + i |
ctrl + shift + r - Find symbol in project