aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 47422f87..17817408 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -80,8 +80,8 @@ endif
" Allow buffers to have changes without being displayed
set hidden
-" Keep more command and search history
-set history=500
+" Keep much more command and search history
+set history=2000
" Highlight completed searches; clear on reload
set hlsearch