Terminal Shortcuts in Mac OS X

In UNIX,

"Where there is a terminal, there is a way!"

Here goes some, shortcuts (keyboard) for working with terminal.app.

Command+N - New terminal
Command+T - New Tab in the present active terminal
Command+Left Arrow/Right Arrow - Switching between different terminal windows,
Command+Shift+Left/Right Arrow - Switch between tabs in a terminal window

Ctl+A - Moves the cursor to the beginning of the line
Ctl+E - Moves the cursor to the end of the line
Ctl+U - Erase the line before the cursor point
Ctl+R - Search the list of commands incrementally based
on what you type
Esc+F - Move the cursor to the beginning of the next word
Esc+B - Move the cursor to the beginning of the current
word
Esc+D - Erase the following word from the present cursor
point

Comments