Re: Quando Apple lascia le cose al caso...



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
.



Relevant Pages

  • Re: How to pass short filename in context menu?
    ... So in the command field in the registry change the path to cmd to something explorer can't find. ... Windows 95/98/Me: The Windows system directory. ... > would pass the long filename in a context menu shell command. ...
    (microsoft.public.windowsxp.general)
  • Re: running non-python progs from python
    ... > that indicates that Windows cannot find the command, ... > that, so to make sure Windows finds the command, you have to add it to ... > (if the filename may contain spaces, you may have to add quotes around ... I DID NOT ASK ANYONE TO READ MY MIND, NOR DID I COMPLAIN THAT ANYONE COULD ...
    (comp.lang.python)
  • Re: running non-python progs from python
    ... > Fredrik, the example you provided is virtually the same as the one from the ... os.systemexecutes the command just as if you've typed ... Windows doesn't look at the Python path when you do ... (if the filename may contain spaces, you may have to add quotes around ...
    (comp.lang.python)
  • Re: More blanks in filenames
    ... I do know windows ... character of the filename in the above 'set' command appears as ... I don't think you have a tab in the filename. ...
    (comp.lang.tcl)
  • RE: re-setting boot partition
    ... Description of the Windows 2000 Recovery Console ... For a Microsoft Windows XP version of this article, ... MB of hard disk space on your system partition to hold the Cmdcons folder ... Windows NTBoot Console Command Interpreter. ...
    (microsoft.public.win2000.setup_upgrade)