]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Display partial commands in the status line.
authorSimon Ruderich <simon@ruderich.org>
Fri, 17 Oct 2008 16:19:04 +0000 (18:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 17 Oct 2008 16:19:04 +0000 (18:19 +0200)
vimrc

diff --git a/vimrc b/vimrc
index aa8753b449dd7bada4cfe34a5879f9987e9d8cc0..496858e0599266281548e3311de6ba26ae4af050 100644 (file)
--- 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