# HG changeset patch # User Steve Losh # Date 1336572811 14400 # Node ID 12c4d67e65242f013504bfd969401818fab85c73 # Parent 119223f865822e1cc1c950d8b3b156622a794d0d moar diff -r 119223f86582 -r 12c4d67e6524 vim/vimrc --- a/vim/vimrc Tue May 08 11:05:57 2012 -0400 +++ b/vim/vimrc Wed May 09 10:13:31 2012 -0400 @@ -41,8 +41,8 @@ set splitright set fillchars=diff:⣿,vert:│ set autowrite +set autoread set shiftround -set autoread set title set linebreak set dictionary=/usr/share/dict/words @@ -206,19 +206,7 @@ iabbrev sl@ steve@stevelosh.com iabbrev vrcf `~/.vimrc` file - -inoremap a a* -inoremap b b* -inoremap g g* -inoremap d d* -inoremap e e* -inoremap l l* -inoremap y y* -inoremap h h* -inoremap m m* -inoremap r r* -inoremap p p* -inoremap f f* +inoremap l* " }}} " Convenience mappings ---------------------------------------------------- {{{ @@ -384,7 +372,6 @@ " }}} " Insert Mode Completion {{{ -inoremap inoremap inoremap