summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 24e6d3a..d4409e1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -18,6 +18,9 @@ set smartindent
set nowrap
set ignorecase
set smartcase
+set laststatus=2
+set incsearch
+set wildignore=*.o,*.obj,*.bak,*.exe
" Use pathogen (plugin manager)
@@ -50,7 +53,7 @@ let g:pymode_doc = 1
" Automatically source .vimrc after saving
autocmd BufWritePost ~/.vimrc source $MYVIMRC
-"Automatically source .inputrc after saving
+" Automatically source .inputrc after saving
autocmd BufWritePost ~/.inputrc !bind -f ~/.inputrc
" Automatically deletes all trailing whitespace and newlines at end of file on save. & reset cursor position