tabstop = 3 and phd colorscheme
This commit is contained in:
parent
21c7ccaf9c
commit
7d4618cbd1
2 changed files with 21 additions and 17 deletions
4
vimrc
4
vimrc
|
@ -20,6 +20,10 @@ set sidescrolloff=15
|
|||
set sidescroll=1
|
||||
" disable bell
|
||||
set noerrorbells visualbell t_vb=
|
||||
" indentation
|
||||
set shiftwidth=3
|
||||
set tabstop=3
|
||||
set noexpandtab
|
||||
|
||||
" 256 colours at almost all times
|
||||
if $TERM =~ '^[xterm|rxvt-unicode|screen]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue