Keyboard Shortcuts
These are potentially useful and time-saving shortcuts that I've found and am in the process of learning. Shortcuts with a π are my most used.

mac keyboard symbols
|
|
|
|
β₯ |
tab |
β |
command |
β§ |
shift |
β΅ |
space |
β |
control |
β« |
delete |
β₯ |
option / alt |
β© |
return |
|
|
β β β β |
arrow keys |
osx
|
|
β ββββ |
window switching |
β§ β 3 |
print screen |
β§ β 4 |
print selection |
β β΅ |
spotlight search |
β β β΅ |
emoji π |
β G |
find next |
β , |
preferences |
fn β« |
delete forward π |
fn ββ |
page up / down |
β§ β Z |
redo |
β ββ |
cursor to doc start / end |
β ββ |
cursor to line start / end |
β§β₯ ββ |
selection to para start / end |
β§β₯ ββ |
selection to word start / end |
β β F |
toggle fullscreen |
terminal
|
|
pwd |
print working dir |
cd dir/subdir |
to subdir |
cd .. |
to parent dir |
cd ../.. |
to parent of parent dir |
cd / |
to top of boot volume |
cd ~ |
to home dir /Users/jon |
cd - |
to previous dir |
ls |
list files |
tree -L 3 |
dir tree to 3 levels |
mv old new |
rename old to new |
mv file ~/dir |
move file into dir |
mv old ~/dir/new |
move & rename |
rm file |
delete file |
rm -R dir |
delete dir & contents |
man ls |
open ls manual |
cat file |
concatenate & print file |
touch file |
create file or timestamp |
echo βstrβ > file |
(over)write str to the file |
echo βstrβ >> file |
append str to the file |
!! |
rerun last command |
β₯ |
autocomplete π |
β₯ β₯ |
autocomplete options |
β |
enter prev command |
β K |
clear terminal |
β A |
to line start |
β E |
to line end |
β W |
remove word |
β U |
clear line |
sublime
|
|
β β§ P |
command palette |
β X |
cut line (if no selection) |
β β© |
insert line after |
β β§ β© |
insert line before |
β L |
select line, next line |
β D |
select word, next word π΄ |
β β G |
get/edit all selection instances π΄ |
β M |
jump to closing/opening ( ) π΄ |
β β§ M |
select ( ) contents π΄ |
β A |
go to line start |
β E |
go to line end |
β K K |
delete to end of line |
β K β« |
delete to start of line |
β ][ |
indent / unindent |
β β§ D |
duplicate line π |
β J |
join line below |
β / |
comment / uncomment line |
β β₯ / |
block comment / uncomment |
β Y |
redo / repeat last |
β β§ V |
paste with indent π΄ |
β β§ K |
delete line π΄ |
β 1 |
jump to tab 1 |
β β§ ][ |
switch tabs |
β β₯ |
cycle recent tabs |
β β₯ (1-5) |
split view cols |
β β₯ β§ (2,3) |
split view rows π |
β β§ L |
split selection by line |
β β ββ |
move line up / down |
β T |
transpose chars |
chrome
|
|
β β₯ J |
open console |
β click |
open link in background tab π |
β β© |
open typed URL in background |
β L |
select URL |
β₯ ββ |
next / previous address term |
β β₯ B |
bookmark manager |
β β₯ ββ |
switch tabs |
β§ β« |
go forward |
β E |
use selection for find |
β D |
add bookmark |
fn β§ β« |
delete site from autocomplete |
β β§ R |
hard page refresh |
macdown
|
|
β§ β H |
toggle preview pane π΅ |