I'm using Shai's colemak.vim remapping, and I'd like to use the SnippetsEmu plugin, which makes it faster to type boilerplate code. I set the trigger key to <S-Space> because the default <C-Tab> conflicted with the Colemak remapping:
let g:snippetsEmu_key = "<S-Space>"
But now the trigger key just deletes what I've typed, and sometimes enters a few garbage characters. Is there an easy way to fix this? If not, does anybody have suggestions for typing boilerplate code? (Now that I think about it, Autohotkey would do the trick, and it would work across editors.)