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.
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.
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.
Thanks! It works. – Dald – 2019-09-08T20:28:49.370
1Can you please add an example of what you are trying to achieve? – alljamin – 2019-09-08T02:13:38.307