summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-01-29 10:38:06 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-01-29 10:38:06 +0100
commitcb12dc7400d52d8c75c600c0bd943984f603ea78 (patch)
treec1eae752c0cbe75d022b30d0fcecc7a690e7c5b2 /.vimrc
parent72efcdab938b0aa53316f784964d9e971a06b08b (diff)
downloaddotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.gz
dotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.xz
misc cleanup
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.vimrc b/.vimrc
index 4bdf229..ce62a24 100644
--- a/.vimrc
+++ b/.vimrc
@@ -12,7 +12,7 @@ set shiftwidth=4
set softtabstop=4
set ruler " show me where the cursor is
set rulerformat=%l/%L(%p%%),%c " a better ruler
-set showmatch " show matching brackets
+set showmatch " show matching brackets
"set cindent
set number " show line numbers
set showmode " show mode at bottom of screen
@@ -188,14 +188,6 @@ au FileType lua map <F10> :!lua %<CR>
au FileType html,xhtml map <F10> :!firefox %<CR>
au FileType tex map <F10> :!texi2pdf -c %<CR>
-" MiniBufExplorer
-"let g:miniBufExplMapWindowNavVim = 1
-"let g:miniBufExplMapWindowNavArrows = 1
-"let g:miniBufExplMapCTabSwitchBufs = 1
-"let g:miniBufExplModSelTarget = 1
-
-"set tags+=$HOME/.vim/tags/python.ctags
-
" Get the commit responsible for the current line
nmap <c-b> :call BlameCurrentLine()<cr>
" Get the current line number & file name, view the git commit that inserted it