Mercurial > ec-dotfiles
diff rc/vimrc @ 525:1dd96a55b7ac
Invoke nocompatible earliest so it doesn't override anything preceeded it.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 14 Jul 2014 01:20:57 +0900 |
parents | e2b52663763b |
children | de3ff51840a3 |
line wrap: on
line diff
--- a/rc/vimrc Wed Jul 09 14:29:23 2014 +0900 +++ b/rc/vimrc Mon Jul 14 01:20:57 2014 +0900 @@ -1,3 +1,4 @@ +set nocompatible set showmode " shows mode insert/replace/visual set showcmd " shows last command on screen set nomodeline " disallow automatic vim command execution on arbitrary file @@ -5,7 +6,6 @@ set lazyredraw set vb t_vb= " disables visual bell set ruler -set nocompatible set backspace=2 " make backspace work like most other apps set esckeys set noerrorbells