In my .vimrc file, I have the following mappings:
nnoremap \ *
nnoremap \| #
for the jump-to-next-word and jump-to-last-word commands.
For some reason my jump-to-next-word command is slow, on the order of 1 second before it seems like the command is executed, while the jump-to-last-word shortcut is fine (no noticeable delay). I've tried mapping different keys to the command, and it is only in some cases that there is this delay.
Does anyone know the cause of this behavior?