diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:19:00 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:19:00 +1200 |
commit | 60ae46507ecbbda598b1ebcde4fac726263f5c39 (patch) | |
tree | 17c3356fa99c3c678350b9fa1702ee9262ee03ed /vim | |
parent | Remove .vimrc 'switchbuf' settings (diff) | |
download | dotfiles-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.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |