summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ad6a597..0ffc5e0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,7 +10,7 @@ set number
set noerrorbells
set autoindent
set tabstop=4
-set textwidth=80
+"set textwidth=80
set shiftwidth=4
set shiftround
set modeline
@@ -18,18 +18,18 @@ set nobackup
set nohlsearch
set foldenable
set listchars=tab:»·
-set colorcolumn=80
+"set colorcolumn=80
highlight ColorColumn ctermbg=darkred guibg=darkred
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
+"inoremap ( ()<Esc>i
+"inoremap [ []<Esc>i
+"inoremap { {}<Esc>i
+"inoremap < <><Esc>i
+"inoremap " ""<Esc>i
"noremap s h
"noremap n k