From: Simon Ruderich Date: Fri, 17 Oct 2008 16:19:04 +0000 (+0200) Subject: Display partial commands in the status line. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b286ba313d2c69c2676e39241e6ae4ddfd888dc5;p=config%2Fdotfiles.git Display partial commands in the status line. --- diff --git a/vimrc b/vimrc index aa8753b..496858e 100644 --- a/vimrc +++ b/vimrc @@ -27,8 +27,10 @@ set autoindent " Activate lines display. set number -" Display the ruler. +" Display the ruler with current line/file position. set ruler +" Display partial commands in the status line. +set showcmd " Activate syntax folding. set foldmethod=syntax