Eclipse shortcut to end of line and beginning of line

eclipse, keyboard-shortcuts

Solution

`End` key to move on end of the line, `Home` key to move on beggining of line.

Same for NetBeans and IntellijIDEA.

Problem

What is the eclipse shortcut to move the cursor to the beginning of line or end of line'? In vim I use `'0'` and `'$'` respectively in normal mode. The closest I have found is `Shift+end` and `Shift+Init` which does move the cursor, but also selects the whole line.

Original source

Related problems