← back
Mirage
/
Dev Tools
/
Keyboard Shortcuts
Dev Tools
Dev Tools
Keyboard Shortcuts
Linux desktop, Vim, VS Code, and Browser DevTools shortcuts in one place. Tabbed layout. Go fully mouseless.
Keyboard Shortcuts Reference
Linux desktop · Vim · VS Code · Browser DevTools
Linux
Vim
VS Code
DevTools
Terminal
new terminal window
Ctrl
Alt
T
clear screen
Ctrl
L
cancel command
Ctrl
C
exit shell
Ctrl
D
beginning of line
Ctrl
A
end of line
Ctrl
E
previous command
↑
search history
Ctrl
R
delete word before cursor
Ctrl
W
delete to end of line
Ctrl
K
suspend process
Ctrl
Z
autocomplete
Tab