In notepad++, how can i copy a lot of nulls without changing it to a space on a different tab?

1

How do I copy-paste null from one tab to another tab in notepad++? It is eye-straining to input so many null values manually.

Dald

Posted 2019-09-07T21:14:17.710

Reputation: 11

1Can you please add an example of what you are trying to achieve? – alljamin – 2019-09-08T02:13:38.307

Answers

1

Instead of using the standard copy and paste, navigate to Edit > Paste Special > Copy Binary Content, then similarly use .. > Paste Binary Content to paste as nul rather than blank spaces. To further simplify this process, I'd suggest utilizing, e.g., an .ahk script to automate and bind the process to your own preferred hotkeys.

For further details, refer to this thread, but note that the post is a bit dated.

Arctiic

Posted 2019-09-07T21:14:17.710

Reputation: 406

Thanks! It works. – Dald – 2019-09-08T20:28:49.370