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