From 1fc87ca6505b39e15c8823dc6ad823ec1cfb12fc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 27 Nov 2010 14:40:41 +0100 Subject: [PATCH] vimrc: Increase history of executed commands and count of undos. --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.45.2