Is it possible to include multiple file types when using the `FileType` event?
Absolutely: au FileType tex,latex,context,plaintex nm <C-H> <Plug>IMAP_JumpForward Some thoughts: Should be using a buffer local mapping instead of a global mapping Using short names has only cons and zero pros. Don’t. This autocmd should be in a group Autocmd’s should be cleared (inside a group) so that re-sourcing is not a problem Maybe use a … Read more