Bananas Development Blog: share your thoughts

VI Hilfen und .vimrc

Der VI Editor kann sehr vieles und ist sehr umfangreich.
Sogar Piraten und Ninjas 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

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.
  • No comments

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Trackbacks / Pingbacks

  • No Trackbacks