I need a productive way of creating an (array) using vim ?
consider this example in ruby :
fruit = ['orange','apple','banana']
is there a way which would made this possible with less keystrokes ?
I need a productive way of creating an (array) using vim ?
consider this example in ruby :
fruit = ['orange','apple','banana']
is there a way which would made this possible with less keystrokes ?
Edit: Thanks to @ebenezer After doing some research I ended up using xptemplate which is a snippet manager for vim. if any one is interested , take a look at the def
snippet inside python snippet file.
which is demonstrated by the author of the plugin here.