Re: Quando Apple lascia le cose al caso...
- From: Raffaele Salmaso <raffaele.salmaso@xxxxxxxxx>
- Date: Fri, 25 Aug 2006 21:50:12 GMT
wiz wrote:
[snip totale]
il mio .vimrc:
---8<---
" keep a backup file
set backup
" make all windows the same size when adding/removing windows
set ea
"
set sb
" set the filename in the title
set title
"
set mouse=a
" hide mouse pointer when typing
set mousef
"
set mousem=popup
" visual blink instead of beep
set vb
" tabspace
set ts=4
"
set shiftwidth=4
"
set expandtab
"
set softtabstop=4
"
set nowrap
" automatically show matching brackets
set showmatch
" set auto-indent on
set autoindent
" make backspace key works the way it should
set backspace=indent,eol,start
" syntax highlighting on
syntax on
" show line number
" set nunmber
" when moving my cursor, wrap in all cases
" (don''t get stuck at the end of
" line, etc)
set whichwrap=b,s,h,l,<,>,[,]
" show me the matches on tab complete
set wildmenu
command! Q quit
command! W write
command! Wq wq
command! WQ wq
" if you type x ++ then x = x + 1 will appear on the screen.
" The same for x --.
"ab ++ <Esc>1hdiw1hpa = <Esc>pa + 1
"ab -- <Esc>1hdiw1hpa = <Esc>pa - 1
" map control-backspace to delete the previous word :
"imap <C-BS> :<Esc>vBc
" rot13 all text pressing <F3>
"map <F3> ggVGg?
" remove '=' from the list of valid filename chars.
" With <C-x><C-f> can easyly
" complete filename
set isfname-==
" Command Make will call make and then cwindow which
" opens a 3 line error window if any errors are found.
" if no errors, it closes any open cwindow.
:command -nargs=* Make make <args> | cwindow 3
filetype indent on
filetype plugin indent on
--->8---
--
()_() | NN KAPISCO XK' CELLHAVETE T'ANNTO CN ME SL | +----
(o.o) | XK' SKRIVO 1 P'HO VELLOCE MA HALL'ORA DITTELO | +---+
'm m' | KE SIETE VOI K CI HAVVETE PROBBLEMI NO PENSATECI | O |
(___) | HE SENZA RANKORI CIAOOOO |
raffaele punto salmaso at gmail punto com
.
- References:
- Quando Apple lascia le cose al caso...
- From: wiz
- Re: Quando Apple lascia le cose al caso...
- From: Giovanni Mannarino
- Re: Quando Apple lascia le cose al caso...
- From: wiz
- Quando Apple lascia le cose al caso...
- Prev by Date: Re: Puttana peste, *tragedia*!
- Next by Date: Re: Filmato non copiabile
- Previous by thread: Re: Quando Apple lascia le cose al caso...
- Next by thread: Re: Quando Apple lascia le cose al caso...
- Index(es):
Relevant Pages
|