mitchellroe.dev

Insert special characters in vim

To insert special characters in vim, while in insert mode, use <Ctrl+k>, followed by a two-character code. Some examples include:

Check out :help digraph for more information. There is also the :dig command.

Reference

Originally found here: https://vimtricks.com/p/insert-special-characters/