aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-22 20:26:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-22 20:26:12 +1200
commit1747b77e077214cb5ba138192c0bfc66549a63f5 (patch)
tree34b8ca0db47dc7db861b7d22d48fa8ba7b057959
parentRemove range-stripping from \x mapping (diff)
downloaddotfiles-1747b77e077214cb5ba138192c0bfc66549a63f5.tar.gz
dotfiles-1747b77e077214cb5ba138192c0bfc66549a63f5.zip
Turn 'hidden' on for a bit
-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