On Nov 11, 8:36 am, Jason <[email protected]> wrote: > I just need a very simple plugin, I want do it myself, when I press > {<enter> , it become > > below `I` means cursor > > { > I > > } > > if I press ({<enter> it goes to > > ({ > I > > }) > > |( => (|) > |{ => {|} > > I don't want to know every thing about plugin development, but I want > to know the most useful things about write a plugins.
Have a look here, it will get you started and/or walk you through creating such mappings: http://vim.wikia.com/wiki/Automatically_append_closing_characters -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
