Vi: Difference between revisions

From miki
Jump to navigation Jump to search
(New page: * My links on vi on [http://delicious.com/m1p/vi del.icio.us]. * Some very funny material related to emacs vs. vi [http://www.dina.kvl.dk/~abraham/religion/index.html]. * Very good post ex...)
 
(→‎LInks: Refactoring →‎Some Stuff: enable syntax HL)
Line 1: Line 1:
== Links ==
* My links on vi on [http://delicious.com/m1p/vi del.icio.us].

* Some very funny material related to emacs vs. vi [http://www.dina.kvl.dk/~abraham/religion/index.html].
* General
* Very good post explaining why vi is superior and defeating common misconception (with examples) [http://www.viemu.com/a-why-vi-vim.html].
** My links on vi on [http://delicious.com/m1p/vi del.icio.us].
* Very good graphical [http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html cheatsheet]
** Official '''vim''' [http://www.vim.org/ homepage].
** Direct links: [http://www.viemu.com/vi-vim-cheat-sheet.gif overview] and [http://www.viemu.com/vi-vim-tutorial-svg.zip per-lesson].
* Fun
** Vi would not be vi without a bit of fun...
** Very funny material related to emacs vs. vi [http://www.dina.kvl.dk/~abraham/religion/index.html].
* Guides & Cheat sheets
** Very good post explaining why vi is superior and defeating common misconception (with examples) [http://www.viemu.com/a-why-vi-vim.html].
** Very good graphical [http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html cheatsheet]
*** Direct links: [http://www.viemu.com/vi-vim-cheat-sheet.gif overview] and [http://www.viemu.com/vi-vim-tutorial-svg.zip per-lesson].

== Some Stuff ==
* To enable syntax highlighting + numbering:

:syntax enable
:set bg=light ''#Use set bg=dark if console background color is dark''
:set number

Revision as of 12:56, 8 September 2008

Links

  • General
  • Fun
    • Vi would not be vi without a bit of fun...
    • Very funny material related to emacs vs. vi [1].
  • Guides & Cheat sheets
    • Very good post explaining why vi is superior and defeating common misconception (with examples) [2].
    • Very good graphical cheatsheet

Some Stuff

  • To enable syntax highlighting + numbering:
:syntax enable
:set bg=light          #Use set bg=dark if console background color is dark
:set number