Tuesday 7 May 2013

Ubuntu keyboard shortcuts part 3

Keyboard shortcuts for Terminal

Ctrl + A
 Move cursor to beginning of line

Ctrl + E
 Move cursor to end of line

Ctrl + C
 kills the current process
.
Ctrl + Z
 sends the current process to the background.

Ctrl + D
 logs you out.

Ctrl + R
 finds the last command matching the entered letters.
Enter a letter, followed by Tab + Tab  lists the available commands beginning with those letters.

Ctrl + U
 deletes the current line.

Ctrl + K
 deletes the command from the cursor right.

Ctrl + W
 deletes the word before the cursor.

Ctrl + L
 clears the terminal output

Shift + Ctrl + C
 copy the highlighted command to the clipboard.

Shift + Ctrl + V (or Shift + Insert)
 pastes the contents of the clipboard.

Alt + F
 moves forward one word.

Alt + B
moves backward one word.

Arrow Up/Down
browse command history

Shift + PageUp / PageDown
Scroll terminal output

No comments:

Post a Comment