update i3 and vimrc
[dotfiles.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 4669c6c..bf5bb9c 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -23,10 +23,12 @@ set nowritebackup
 set noswapfile
 set colorcolumn=80
 set textwidth=79
+set shiftwidth=4
+set tabstop=4
 
 " List characters to mark trailing whitespace etc
 set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
-set list
+set nolist
 
 " Move through long lines as they were short multiple lines
 map j gj