Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++: how to bind Ctrl-e to go to end of line

In Notepad++, how do you to make Ctrl+e move the cursor to the end of the line?

Folks coming from unix/linux would find this useful, as it is a classic key combination found in apps like emacs and bash.

like image 966
american-ninja-warrior Avatar asked May 08 '14 20:05

american-ninja-warrior


1 Answers

In notepad++ go to Settings-->Shortcut Mapper... Choose the Scintilla button at the top.

Map the name SCI_LINEENDWRAP

enter image description here

Select this item and click the Modify button.

Check the Ctrl checkbox and find 'E' in the drop down

Click the Apply button and then the Add button.

That part's a little tricky but you'll get it.

Enjoy your new mapping.

like image 151
Rick S Avatar answered Sep 23 '22 14:09

Rick S