How do I map ctrl x ctrl o to ctrl space in terminal vim?

后端 未结 7 1018
时光说笑
时光说笑 2020-12-08 18:40

After searching a bit on the net it seems that I can\'t map CtrlSpace to anything/alot. Is there a way to do it today, what I found was usually 2 years

相关标签:
7条回答
  • 2020-12-08 19:10
    • Have you tried :inoremap <c-space> <c-x><c-o> ?
    • Does CtrlX CtrlO do anything when you type in insert mode? Is omnifunc set?
    0 讨论(0)
提交回复
热议问题