09 czerwca 2008
" zachowanie edytora
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
" wyglad okien, ustawienia tekstu
set ruler " linijka na dole strony
set number " numerowanie wierszy
set tw=80 " liczba znakow w wierszu
set softtabstop=4 " szerokosc wstawianego tabulatora
set shiftwidth=4 " szerokosc wciec
set tabstop=4 " szerokosc wyswietlania tabulatora
cd $HOMEDIR$ " katalog startowy
set enc=cp1250 " kodowanie znakow
set guifont=Courier_New:h9::cEASTEUROPE " czcionka
colorscheme torte " schemat kolorow
" uruchomienie 'zmaksymalizowane'
set columns=200
set lines=100
winp 0 0
Słowa kluczowe:
vim,
windows