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

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -