diff options
author | Stefan Ritter <xeno@thehappy.de> | 2012-02-12 04:13:26 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2012-02-12 04:13:26 +0100 |
commit | 238e9f2e3420b4ca4c796ebc0e910f594e8479f4 (patch) | |
tree | a6dfb31f56ff7e9c722474153b4452d5746bc1c9 /vim/vimrc | |
parent | ea01db1e675ac1fd7f3417c5bc663bd61bbb1e85 (diff) |
Updates
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |