Der VI Editor kann sehr vieles und ist sehr umfangreich. Sogar [Piraten und Ninjas](http://philosecurity.org/2009/03/23/pirates-and-ninjas-emacs-or-vi) verwenden ihn. Um ihn zu beherrschen muss man viel damit machen und lernen. Hier gibt es ein neues Tutorial von einem IBM Mitarbeiter: > Learn how to use the vi editor, found on almost every UNIX® and Linux® system. You can use the material in this article to study for the LPI 101 exam for Linux system administrator certification, or just to learn for fun. - [Learn Linux, 101: File editing with vi](http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-103-8/index.html?ca=drs-) Wenn man sich ein wenig eingearbeitet hat, dann wird man um einen persönliche .vimrc nicht herum kommen. Hier mal meine: set nowrap set nu set ts=4 set showmode set ai syntax on set number set showmatch set enc=utf-8 set fenc=utf-8 set termencoding=utf-8 set nocompatible Weiter [Informationen gibt es auch hier](http://gergap.wordpress.com/2009/05/29/minimal-vimrc-for-cc-developers/). Feb 15 2010 © https://www.bananas-playground.net 2000 - 2025