aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:04:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 21:04:11 +1200
commit23d007ce7096aa692b547974f9c03cd0c12c0bc9 (patch)
tree4e1a18e31b618df51e94484e2ac17bb1977c4bb9 /vim/vimrc
parentMake mapping timeout settings explicit (diff)
downloaddotfiles-23d007ce7096aa692b547974f9c03cd0c12c0bc9.tar.gz
dotfiles-23d007ce7096aa692b547974f9c03cd0c12c0bc9.zip
Keep more command, search, and undo history
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 b8824898..d139d5ee 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -99,7 +99,7 @@ if has('eval')
endif
" History
-set history=1000
+set history=2000
" List
set nolist
@@ -226,7 +226,7 @@ if has('user_commands')
endif
" Undo
-set undolevels=1000
+set undolevels=2000
if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
set undofile
set undodir^=~/.vim/undo//