X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.vimrc;h=bf5bb9c801b6d91ed5d16d0494140d422c8afb27;hb=59341d0430a1e1b51be924d969628bee99e7fe36;hp=4669c6c6b0b106c29a3f97b10b2803fe2c5e5acb;hpb=4a4c838231e44d44a9e902a816846c02d9032251;p=dotfiles.git diff --git a/.vimrc b/.vimrc index 4669c6c..bf5bb9c 100644 --- 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