Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View avdifua's full-sized avatar
🏠
Working from home

Alex avdifua

🏠
Working from home
View GitHub Profile
@avdifua
avdifua / Bash_keys.md
Created July 20, 2020 09:55 — forked from michaelcoyote/Bash_keys.md
Bash Keyboard shortcuts

#Bash Keyboard Shortcuts

###Cursor movement:

Ctrl + a   Go to the beginning of the line (Home)
Ctrl + e   Go to the End of the line (End)
Ctrl + p   Previous command (Up arrow)
Ctrl + n   Next command (Down arrow)
Alt + b   Back (left) one word

Alt + f Forward (right) one word