Vim Workshop at the metalab.org in vienna.at 2007-03-14 Latest change: Thu Mar 15 11:42:23 CET 2007 === Agenda: 17:30--19:00 Show 19:30--20:30 Dinner Schnitzelwirt http://reisen.ciao.de/Der_Schnitzelwirt_Wien__714962 21:00--??? Workshop === Results gave an intro with the "extended vi cup" - but i did not get to the following schedule at all. :-/ === Contents * abbreviations * bookmarks * buffer list * marks * session file * text formatting == abbreviations iab abbreviation expansion iab short loooooong iab mlml metalab@lists.metalab.at iab Ypass "You are in a maze of twisty little passages, all alike." iab tpyo typo is "foo" an abbreviation? iab foo show all abbreviations: iab iab avoiding expansion: :set paste :set pastetoggle= == bookmarks :tags :ta cal :ta fon :ta home :ta procmailrc :ta screenrc :ta ta structure of tags file comments in tags file == buffer list :ls :b 23 :b substring :b substringc :bd :bw -> session file! :set viminfo+=\"200 == marks ma 'a `a :'a,'bd :'a,'bya :'a,'bmo 'c jump list -> i_CTRL-I + i_CTRL-O :set viminfo='200 == session file :set option+=addvalue :set option-=delvalue editing: :set option= :set viminfo=\"200,%,'200,/100,:100,@100,f1,h,n~/.vim/viminfo == text formatting :set tw=42 gqip :map gqip :map :set tw-=2gqip :map :set tw+=2gqip :vmap :set tw-=2gvgqgv :vmap :set tw+=2gvgqgv === Links this page: http://www.guckes.net/workshop/workshop.vim.2007-03-14.wien.metalab.txt http://www.guckes.net/workshop/workshop.vim.2007-03-14.txt (alternatively) pages in the metalab wiki: http://metalab.at/wiki/Using_VIM http://metalab.at/wiki/VIM_Feature_Show_(Sven_Guckes) Sven's Setup Files: http://www.guckes.net/Setup/screenrc http://www.guckes.net/Setup/screenrc.minimal http://www.guckes.net/Setup/vimrc http://www.guckes.net/Setup/vimrc.forall http://www.guckes.net/Setup/vimrc.mine http://www.guckes.net/Setup/vimrc.minimal questions? pipe them into the channel! irc://irc.freenode.org/metalab EOF