1
0
Fork 0

tabstop = 3 and phd colorscheme

This commit is contained in:
Von Random 2016-04-05 20:06:09 +03:00
parent 21c7ccaf9c
commit 7d4618cbd1
2 changed files with 21 additions and 17 deletions

4
vimrc
View file

@ -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]'