man <command>= open the manual for any linux command (e.g.man gitwould give you the manual for git)<command> --help= condensed version of linux command manualshistory | grep "SEARCH TERM HERE"= Finding specific phrases in terminal history using grepCtrl + l= shortcut for "clear"Ctrl + r= reverse interative search to search backwords through your executed commandspython3 -m venv <path to where venv will live>= create python virtual environment at that path. <path to virtual environment>/bin/activate=source <path to virtual environment>/bin/activate= start virtual enironmentdeactivate= end virtual environment (go back to default bash)mkdir <path to new directory>= make a new directory
iEnters you into "insert mode" to modiy textEscallows you to exit "insert mode":q + Enterto exit vim without saving:wq + Enterto exit vim with saving ("writing")
Ctrl + Shift + t= Re-open closed tab (Note: this does not work in incognito obviously)Ctrl + PgUp= Left scroll through tabs within your Chrome windowCtrl + PgDn= Right scroll through tabs within your Chrome window
Ctrl + Shift + m=%>%Ctrl + Shift + -_=<-