aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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