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

后端 未结 7 1022
时光说笑
时光说笑 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 ?
    • Does CtrlX CtrlO do anything when you type in insert mode? Is omnifunc set?

提交回复
热议问题