comparison rc/vimrc @ 607:46f0abe12092

More colors
author nanaya <me@nanaya.pro>
date Tue, 20 Jun 2017 01:31:12 +0900
parents b9672858e2e2
children dc2070cb5d71
comparison
equal deleted inserted replaced
606:b9672858e2e2 607:46f0abe12092
1 if $TERM == 'screen'
2 set t_Co=256
3 endif
4
1 set nocompatible 5 set nocompatible
2 set showmode " shows mode insert/replace/visual 6 set showmode " shows mode insert/replace/visual
3 set showcmd " shows last command on screen 7 set showcmd " shows last command on screen
4 set nomodeline " disallow automatic vim command execution on arbitrary file 8 set nomodeline " disallow automatic vim command execution on arbitrary file
5 set autoindent 9 set autoindent