aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:19:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:19:00 +1200
commit60ae46507ecbbda598b1ebcde4fac726263f5c39 (patch)
tree17c3356fa99c3c678350b9fa1702ee9262ee03ed
parentRemove .vimrc 'switchbuf' settings (diff)
downloaddotfiles-60ae46507ecbbda598b1ebcde4fac726263f5c39.tar.gz
dotfiles-60ae46507ecbbda598b1ebcde4fac726263f5c39.zip
Remove .vimrc 'history' setting
I don't think I can actually remember an instance of having needed to recall beyond the 50th command or search pattern.
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ac886ed0..bdcc51cb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -52,9 +52,6 @@ set backspace+=start " The start of current insertion
nnoremap [b :<C-U>bprevious<CR>
nnoremap ]b :<C-U>bnext<CR>
-" Keep plenty of command and search history, because disk space is cheap
-set history=2000
-
" Always tell me the number of lines changed by a command
set report=0