summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-09 01:58:08 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-09 01:58:08 +0200
commitd2e6b9f047ddf4512f0a295fecd629ab1983bdcb (patch)
treed51eae5a2d790f637d3444760ffeefdf9074e098
parent4adbc95ecfe63e74f21ab363e104f75e1c43097c (diff)
downloaddotfiles-d2e6b9f047ddf4512f0a295fecd629ab1983bdcb.tar.gz
dotfiles-d2e6b9f047ddf4512f0a295fecd629ab1983bdcb.tar.xz
misc changes to vimrc
-rw-r--r--.vimrc14
1 files changed, 9 insertions, 5 deletions
diff --git a/.vimrc b/.vimrc
index 94a77db..a4302a3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,6 +26,8 @@ set ruler " ruler display in status line
"set mouse-=a " disable the mouse
set nopaste
+set runtimepath+=/usr/share/vim
+
"inoremap <tab> <c-n>
let python_highlight_all = 1
@@ -39,8 +41,9 @@ au FileType python set ts=4 sw=4 et
"colorscheme gardener
"colorscheme desert256
-colorscheme candycode
+"colorscheme candycode
"colorscheme jellybeans
+colorscheme inkpot
" Toggle dark/light default colour theme for shitty terms
map <F2> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
@@ -52,12 +55,13 @@ au FileType perl map <F4> :!perl %<CR>
au FileType ruby map <F4> :!ruby %<CR>
au FileType lua map <F4> :!lua %<CR>
au FileType html,xhtml map <F4> :!firefox %<CR>
+au FileType tex map <F4> :!texi2pdf %<CR>
" MiniBufExplorer
-let g:miniBufExplMapWindowNavVim = 1
-let g:miniBufExplMapWindowNavArrows = 1
-let g:miniBufExplMapCTabSwitchBufs = 1
-let g:miniBufExplModSelTarget = 1
+"let g:miniBufExplMapWindowNavVim = 1
+"let g:miniBufExplMapWindowNavArrows = 1
+"let g:miniBufExplMapCTabSwitchBufs = 1
+"let g:miniBufExplModSelTarget = 1
"set tags+=$HOME/.vim/tags/python.ctags