88e7d7e5c3
Vim interprets `nmap <key> <mapping> ` as `nmap <key> <mapping><space>`. Here we do not want this and put `|` directly after `<mapping>`.