aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-24 10:35:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-24 10:35:38 +1200
commit4ce298cef69a92a124718f4f887e42f4fb7cdc78 (patch)
treeb8271d780c89dce2fd23e31f81f160617d4de506 /vim/vimrc
parentAdjust 'indentkeys' in HTML indenting (diff)
downloaddotfiles-4ce298cef69a92a124718f4f887e42f4fb7cdc78.tar.gz
dotfiles-4ce298cef69a92a124718f4f887e42f4fb7cdc78.zip
Bump up 'history' again
Diffstat (limited to 'vim/vimrc')
-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