Vim Literal Character
TIL to insert an actual character in Vim, while in insert mode, press Ctrl-V followed by the key you want to type literally. This is quite useful if you want to include an actual Escape character (such as when writing macros), or when you want to force an actual Tab character (if you have :set expandtab, it will replace the tab with spaces).