Certain key mappings not working in MacVim

最后都变了- 提交于 2019-12-01 04:15:10

Investigate the cause by doing

:verbose map <D-Up>

Additionally try selectively enabling your other plugins to see whether mappings are being cleared somehow

So it turns out that there is a bug in Macvim (http://code.google.com/p/macvim/issues/detail?id=317) which means it's not possible to map the ctrl key. Instead I mapped the leader key (a.k.a. the backslash), and it all seems to work now.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!