aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-08 15:22:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-08 15:22:55 +1200
commit5372879fd1cbcdf254e15d98020d1369278adceb (patch)
treee80f09daa5384c204f76656533381d9abc0f82f1 /vim/vimrc
parentAdd \N to toggle Vim 'ruler' (diff)
downloaddotfiles-5372879fd1cbcdf254e15d98020d1369278adceb.tar.gz
dotfiles-5372879fd1cbcdf254e15d98020d1369278adceb.zip
Keep more Vim history
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cd8e5b39..06ebb4f7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,6 +72,9 @@ if v:version > 703 || v:version == 703 && has('patch541')
set formatoptions+=j
endif
+" Keep more command and search history
+set history=500
+
" Don't assume I'm editing C; let the filetype set this
set include=