X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=49dbb7ac347eaea31229affc7b1791890c83b45a;hb=ce082513fab8aa490a2a7a80df564136c82e3da9;hp=374c426930ad9a227847879478248d7eb4719260;hpb=174ef8c368e86bd89add90a27cf875b2685e3f94;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 374c426..49dbb7a 100644 --- a/vimrc +++ b/vimrc @@ -32,6 +32,14 @@ set ruler " Display partial commands in the status line. set showcmd +" Display tabs as "^I" and trailing space as "-". +set list +set listchars=trail:- + +" Already display matches while typing the search command. This makes spotting +" errors easily. +set incsearch + " Activate syntax folding. set foldmethod=syntax set foldcolumn=2