summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index fea3c1b..228772a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -49,6 +49,9 @@ inoremap <C-f> <ESC>:FuzzyFinderFile<CR>
noremap <C-b> :FuzzyFinderBuffer<CR>
inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR>
+noremap <C-h> :nohl<CR>
+inoremap <C-h> <ESC>:nohl<CR>a
+
autocmd FileType make setlocal noexpandtab
au FileType python set ts=4 sw=4 softtabstop=4 et