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

后端 未结 7 1021
时光说笑
时光说笑 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:05

    The nitpicker broke pablox solution. The crux of the solution was just about remapping. So when you disable remapping, it cannot work.
    If you really want to throw in a noremap, this is what it looks like:

    inoremap  neocomplete#start_manual_complete()
    imap  
    

    What will not work: inoremap 'cause the part will not be remapped itself.

提交回复
热议问题