plugins - How to make vim autocomplete (' for me? -


this question has answer here:

i have few plugins installed looking allow me customize autocompletion, instance: when write (' in code complete additional ') , place cursor in middle.

how can write on won or there ready tool ?

you can find tools have lot of common autocompletions if hard enough, simple ones such not difficult create.

in .vimrc:

inoremap (' ('')<left><left> 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -