Vi search with / for decimal character value

You search for a decimal character with the normal search /\%d{decimal number}

E.g search for a space character
/\%d32


To tell what a character is in command mode type
:ga

http://vim.wikia.com/wiki/Searching

Comments

Popular posts from this blog

Vim vi how to reload a file your editing