summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f87dc73..990ebca 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,6 @@ syntax on
filetype plugin indent on
set t_Co=256
colorscheme vitamins
-
set ls=0
set number
set noerrorbells
@@ -21,3 +20,9 @@ set nohlsearch
autocmd bufnewfile *.py so ~/etc/vim/header_python
autocmd bufnewfile *.html so ~/etc/vim/header_html
autocmd bufnewfile,bufread *.tpl set filetype=html
+
+inoremap ( ()<Esc>i
+inoremap [ []<Esc>i
+inoremap { {}<Esc>i
+inoremap < <><Esc>i
+inoremap " ""<Esc>i