Some Eclipse Text Edit Shortcut

Home: go to beginning of the line.
End: go to end of the line.
Shift + Home: select from current cursor till start of the line.
Shift + End: select from current cursor till end of the line.
CTR + Delete: Delete next word.
CTR + Backspace: Delete previous word.
CTR + Shift + Delete: Delete to end of the line.
CTR + Shift + right/left: Select next/previous word.
CTR + ALT + Up/Dn: Copy the current line before or after the current line.
CTR + ALT + J: Join the lines. (move the next line to join the current line.)
ALT + Up/Dn: Move the current line up or down.
Shift + CTR + P: move cursor between open/close bracket.
Shift + ALT + R: Re factor Rename the variable
CTR + LF/RT: move cursor by word
SHIFT + Enter: Insert a line after the current line.
SHIFT + CTR + Enter: insert a new line before the current line.