set nocompatible set noai if &term == "Eterm" || &term == "linux" || &term == "xterm" colorscheme darkblue else colorscheme murphy endif syntax on set nowrap "-set lines=45 "-set columns=85 set shiftwidth=4 set tabstop=4 set expandtab let Grep_Path = '/bin/grep' let FGrep_Path = '/bin/fgrep' let EGrep_Path = '/bin/egrep' let AGrep_Path = '/bin/agrep' let Grep_Find_Path = '/usr/bin/find' let Grep_Default_Options = '-sir' " let Grep_Default_Filelist = '*[ch] ../lib/*[ch]' let Grep_Default_Filelist = '*[ch]' let Grep_Xargs_Path = '/usr/bin/xargs' nnoremap :Rgrep set foldmethod=indent " set foldlevel=3 set shiftwidth=4 set nofoldenable set hlsearch set incsearch set ignorecase set smartcase set scrolloff=4 set gfn=Bitstream\ Vera\ Sans\ Mono\ 8 " Key mappings using ALT- " ======================= " Map Alt-= to list registers map ½ :reg " Map Alt-` to rotate through buffers map à :bn " Map Alt-p to paste register 0 in visual mode. " The text is deleted to the black hole register. map ð "_d"0P map @: