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.