From a7af5da37db7b0e98b5d68b7a0421228da2f309c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 25 Mar 2011 14:07:10 +0100 Subject: Add bracket stuff to vimrc --- vim/vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ( ()i +inoremap [ []i +inoremap { {}i +inoremap < <>i +inoremap " ""i -- cgit v1.2.3