Eclipse shortcut to end of line and beginning of line
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.
End
key to move on end of the line, Home
key to move on beggining of line.
Same for NetBeans and IntellijIDEA.
For Mac people:
Goto start of line: command <-
(command and left arrow key)
Goto end of line: command ->
(command and right arrow key)