My command line shortcuts

My command line shortcuts
------------------------------------

alt-d : delete a word, starting at the current cursor position.
ctrl-a : move to beginning of line.
ctrl-e : move to end of line.
ctrl-k : delete all characters in the line, starting the cursor position.
ctrl-x : delete all characters in the line before current cursor position.
ctrl-u : delete current line.
ctrl-w : delete last word of current cursor.

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade