diff options
Diffstat (limited to 'base/vim/vimrc')
-rw-r--r-- | base/vim/vimrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/vim/vimrc b/base/vim/vimrc new file mode 100644 index 000000000..7e44ed93c --- /dev/null +++ b/base/vim/vimrc @@ -0,0 +1,10 @@ +" Begin /etc/vimrc + +set nocompatible +set backspace=2 +syntax on +if (&term == "iterm") || (&term == "putty") + set background=dark +endif + +" End /etc/vimrc |