" version 20060520 "behave mswin source $VIMRUNTIME/mswin.vim " display filename and path in window title set title " enable mouse in all modes set mouse=a " make mouse behave like mac/windows/gnome set mousemodel=popup_setpos " hilight search results set hlsearch " incremental search set incsearch " show patching parentheses set showmatch " always display status line set laststatus=2 " display possible choices when tab completing set wildmenu set tabstop=4 set shiftwidth=4 "set softtabstop=4 set autoindent set nowrap set linebreak syntax on " hide toolbars, tearoff menu items and don't fork set guioptions-=T set guioptions-=t set guioptions+=f set guifont=Monospace\ 8 " what does this do? set display+=lastline autocmd FileType mail setlocal spell spelllang=en_gb " map gk " map gj " map g " map g "imap gk "imap gj "imap g "imap g