Vi: Difference between revisions
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 == |
|||
⚫ | |||
⚫ | |||
* General |
|||
⚫ | |||
⚫ | |||
⚫ | |||
** Official '''vim''' [http://www.vim.org/ homepage]. |
|||
⚫ | |||
* Fun |
|||
** Vi would not be vi without a bit of fun... |
|||
⚫ | |||
* Guides & Cheat sheets |
|||
⚫ | |||
⚫ | |||
⚫ | |||
== 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
- My links on vi on del.icio.us.
- Official vim homepage.
- 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
- Direct links: overview and 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