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 e10e1bd0..a33508c6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -77,6 +77,9 @@ if system('grep --version') =~# '^grep (GNU grep)'
set grepprg=grep\ -HnRs\ --exclude='.git*'
endif
+" Allow buffers to have changes without being displayed
+set hidden
+
" Keep more command and search history
set history=500