From 238e9f2e3420b4ca4c796ebc0e910f594e8479f4 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 12 Feb 2012 04:13:26 +0100 Subject: Updates --- vim/vimrc | 14 +++++++------- zsh/zshrc | 2 +- 2 files changed, 8 insertions(+), 8 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 ( ()i -inoremap [ []i -inoremap { {}i -inoremap < <>i -inoremap " ""i +"inoremap ( ()i +"inoremap [ []i +"inoremap { {}i +"inoremap < <>i +"inoremap " ""i "noremap s h "noremap n k diff --git a/zsh/zshrc b/zsh/zshrc index 1df5012..3a378b7 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -38,7 +38,7 @@ SAVEHIST=1000 HISTFILE=~/.zsh_history autoload -U compinit; compinit -autoload zmv +autoload -U zmv alias c="clear" alias ls="ls --color=auto" -- cgit v1.2.3