Work with non-printable characters in Vim
If you are working with a file in vim that has unprintable characters in it (^@) to duplicate those for search and replace do CTRL+v CTRL+@ or whatever character it is.
In shorthand: ^v^@ is what you want.
If you are working with a file in vim that has unprintable characters in it (^@) to duplicate those for search and replace do CTRL+v CTRL+@ or whatever character it is.
In shorthand: ^v^@ is what you want.
loading tweets…