syntax on "colorscheme slate "colorscheme dante colorscheme barak "set gfn=Monaco:h12:a set ts=4 set nocompatible set smartcase set smartindent "Sources source ~/.vim/supertab.vim source ~/.vim/charm.vim source ~/.vim/plugin/AppleT.vim "source ~/.vim/syntax/motd.vim au BufNewFile,BufRead motd.public,/tmp/motd.public.r.* setf motd "Highlighting features autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete autocmd FileType python set tags+=$HOME/.vim/tags/python.ctags autocmd FileType python set omnifunc=pythoncomplete#Complete autocmd FileType python call SuperTabSetCompletionType("") let python_highlight_all = 1 set t_Co=16 set t_Sf=ESC[3%dm set t_Sb=ESC[4%dm "set t_kb= "Remappings nnoremap gc :tabnew nnoremap gK :tabclose nnoremap gn gt nnoremap gp gT nnoremap gz :pclose nmap P op nnoremap j gj nnoremap k gk vnoremap j gj vnoremap k gk nnoremap gj nnoremap gk vnoremap gj vnoremap gk inoremap gj inoremap gk nnoremap nnoremap ^ nnoremap $ vnoremap ^ vnoremap $ inoremap ^ inoremap $ if !exists(":W") command W :w endif command SaveSession :mksession! ~/.vim_last_session command LoadSession :source ~/.vim_last_session "inoremap ;a