Using ASCII codes in vim

less than 1 minute read

To insert characters with a certain ascii code in vim, use <C-v><code>. For example, <C-v>178 will print the squared symbol. I think only three digit codes are supported, since ascii has only 256 characters.

Leave a Comment