سؤال

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.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top