From 3ef85a3ac19f226182450af447959f8342a4603d Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 5 Sep 2019 15:12:07 +0200 Subject: [PATCH] vim: increase max hist and tab --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 58d7c85..80c2c98 100644 --- a/.vimrc +++ b/.vimrc @@ -74,7 +74,8 @@ augroup vimStartup augroup END " command line history -set history=200 +set history=1000 +set tabpagemax=50 " Check that file have not been changed " CursorHold : after cursor move