set nocompatible filetype plugin indent on syntax on set hlsearch set autowrite "set backup set backupdir=~/.vim/backup,.,~/ set directory=~/tmp,.,/tmp so ~/.vim/skeletons.vim set viminfo='50,\"500 set history=50 set incsearch set wildchar= set wildmenu set wildmode=longest:full,full set langmap=ì2,¹3,è4,ø5,¾6,ý7,á8,í9,é0,\":,-/,_? set display=lastline set guioptions=agrimtTb set laststatus=2 set statusline=%1*%n:%*\ %<%f\%y%m%2*%r%*%=[%b,0x%B]\ \ %l/%L,%c%V\ \%P highlight User1 guibg=white guifg=blue highlight User2 guibg=white guifg=red set ruler set rulerformat=%3b\ \ %l,%c%V%=%P set showmatch set showcmd set title set titlestring=VIM\ -\ %t set mousemodel=popup set scrolloff=5 set sidescroll=5 set autoindent set smartindent set sts=4 set expandtab set nojoinspaces "set shiftwidth=2 "set shiftround set nowrap set textwidth=78 vnoremap p :let current_reg =@"gvdi=current_reg set clipboard=unnamed au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"z." | endif map :let &hlsearch=!&hlsearch map :w! map j map k "map i "imap map :set paste map :set nopaste imap :set paste imap set pastetoggle=