derekelkins / agda-vim

Agda interaction in vim
BSD 2-Clause "Simplified" License
130 stars 47 forks source link

Xmap should be Xnoremap #17

Closed isovector closed 8 years ago

isovector commented 8 years ago

As someone who has redefined :, nmap behaves recursively and doesn't run the command it is trying to. nnoremap fixes this.