Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top