Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans 7.0, how to go to end of line?

I'm learning to really like vi, and can't stand writing code in netbeans anymore without being able to jump to the end of a line. It's killing me, and I can't find it in the shorcuts or even how to add it. Does anyone know what it is?

like image 307
user797963 Avatar asked Feb 18 '12 04:02

user797963


People also ask

How do you jump to a line in Netbeans?

Press Ctrl + G to go to a specific line. Save this answer.

How do I select from cursor to end of line?

Select from the cursor to the end or beginning of the line Press Shift + End to select from the cursor to the end of the line. If you press Shift + Home, Word will select from the cursor to the beginning of the line.


2 Answers

Go to Tools : Options : Keymap and search for "Insertion Point to End of Line" which mysteriously defaults to the End key. ;) You should be able to reassign any other shortcut to it.

like image 134
David Harkness Avatar answered Oct 18 '22 15:10

David Harkness


U Can Use Ctrl+; to add semicolon at the end of Line and still in your position
Or

Ctrl+Shift+;

to add semicolon at the end of line and change position to new line.

like image 45
Zaman Avatar answered Oct 18 '22 13:10

Zaman