aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-10-17 14:15:07 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-10-17 14:15:07 +1300
commit8195e02b7355b6b5f81c5c81d4058056095781fd (patch)
treec62a8042e0b2ff5e891c4f87b0d7cdcb36fe5069 /vim
parentJust try to load GUI font, don't panic if can't (diff)
downloaddotfiles-8195e02b7355b6b5f81c5c81d4058056095781fd.tar.gz
dotfiles-8195e02b7355b6b5f81c5c81d4058056095781fd.zip
Slightly longer command history, I think 1000 is overkill
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0bb28c4d..29947d7b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -39,6 +39,9 @@ if has("multi_byte")
set encoding=utf-8
endif
+" History
+set history=100
+
" Indenting
set autoindent
set smartindent