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.
Ctrl + Shift + G. Search for references in the workspace. Command + T. Ctrl + T. Shows type hierarchy of the current java class.
In Windows, for any editor including Eclipse, we can use following:
Go to beginning of line: Fn <-
Go to end of line: Fn ->
As mentioned in other answers, we can use Home
and End
keys as well for this purpose.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With