Bash and Zsh Keyboard Shortcuts

Mon, May 14, 2007

Programming & Code


Keyboard shortcuts save steps and knowing these few shortcuts when working on the command-line can save a lot of time and typing.

Ctrl-A: Moves to the beginning of the current line
Ctrl-E: Moves to the end of the current line
Alt-F: Moves the cursor forward one word on the current line
Alt-B: Moves the cursor backwards one word on the current line

Ctrl-U: Clears the characters on the line before the current cursor position
Ctrl-K: Clears the characters on the line after the current cursor position (Bash)Ctrl-U: Clears the entire line (zsh)

Ctrl-W: Deletes the word in front of the cursor
Alt-D: Deletes the word after the cursor

Alt-U: Makes the current word after the cursor uppercase
Alt-L: Makes it lowercase
Alt-C: Capitalizes the letter after the cursor

Similar Posts:

Tags: , ,
, ,

This post was written by:

- Alvin is a Singaporean who's interested in marketing, techy stuff and likes to just figure out how the two can work with each other. On top of his blog, you can also follow him on Twitter.

Get Alvin's Report On How To Blog Successfully - Free!

Leave a Reply

*