vote up 1 vote down star

I'm using Notepad++ for some projects and miss Visual Studio's CTRL-X, CTRL-C functionality that cuts or copies the entire current line when no text is selected. The cut line shortcut seems to be CTRL-L, which is not as convenient as CTRL-X and the copy shortcut seems to be CTRL-D, CTRL-L, which is even less convenient.

Although a similar question has been asked before, the way to do this in Notepad++ was not provided and I cannot find a solution on the Notepad++ site or on its forums.

flag

69% accept rate

1 Answer

vote up 1 vote down

Go to Settings->Shortcut Mapper and click on the "Scintilla commands" tab at the top. Under there you should be able to change the CTRL-L command to CTRL-X.

link|flag
Thanks but that doesn't seem to work. Maybe it cannot overload the two maps for CTRL-X. Do you have to remap CTRL-X as well? – eft Mar 6 at 18:09
I just tried it with removing CTRL-X from the CUT command and adding it to only the CUT LINE command, give that a try. – MPiccinato Mar 6 at 18:21
Thanks again, but then what happens is that the CTRL-X will delete the entire line, even if text is selected. These are seemingly small differences but when you do the operation hundreds of times a session it adds up. – eft Mar 6 at 18:27
I see what you are saying, I can't find a way to mimic this functionality exactly with just using the options. Sorry :( – MPiccinato Mar 6 at 18:53
Well, I appreciate your assistance and for pointing out the Scintilla commands. Thanks! – eft Mar 6 at 18:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.