From: Simon Ruderich Date: Sat, 27 Nov 2010 13:40:41 +0000 (+0100) Subject: vimrc: Increase history of executed commands and count of undos. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=1fc87ca6505b39e15c8823dc6ad823ec1cfb12fc;p=config%2Fdotfiles.git vimrc: Increase history of executed commands and count of undos. --- diff --git a/vimrc b/vimrc index 7728023..a5ee192 100644 --- a/vimrc +++ b/vimrc @@ -44,6 +44,12 @@ set nomodeline " (http://pbrisbin.com:8080/dotfiles/vimrc). set wildmode=list:longest,full +" Increase history of executed commands (:). +set history=1000 + +" Increase number of possible undos. +set undolevels=1000 + " Use strong encryption if possible, also used for swap/undo files. if v:version >= 703 set cryptmethod=blowfish