I had been looking for shortcuts in the Linux environment. Unfortunately I couldn’t find a single place where I could get all the shortcuts like Windows. In Windows, I can go to help and support and find out the keyboard shortcuts.

I got some of the keyboard shortcuts of Linux from another blog:

Ctrl+B – Move the cursor back one character.

Ctrl+A – move to the START of the line
Ctrl+E – move to the END of the line.

Ctrl+U – delete from the cursor to the beginning of the line.
Ctrl+K – delete from the cursor to the end of the line.
Ctrl+W – delete from the cursor to the start of the word.

(more…)