Typing a hard tab in VimEdit

If you have Vim configured to expand tabs to spaces, you can still type an actual tab in insert mode using CTRL-V <tab>.

This trick works for inserting any literal character into a buffer (eg. you can insert all manner of things, such as escape sequences and what not).