[edit]
# Bash keyboard shortcuts # -= Navigation =- Ctrl + a - go to beginning of line Ctrl + e - go to end of line Ctrl + f - one character forward Ctrl + b - one character backward Alt + f - one word forward Alt + b - one word backward Ctrl + xx - toggle between start of line and current position # -= Editing =- Ctrl + d - delete character right (Del) Ctrl + h - delete character left (Backspace) Alt + d - cut word right Ctrl + w - cut word left Ctrl + k - cut from cursor till end of line Ctrl + u - cut from beginning of line till cursor Ctrl + y - paste last cut Alt + t - swap