aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-07-05 13:55:27 -0400
committerxero <x@xero.nu>2015-07-05 13:55:27 -0400
commit5c95123d865e784d3e8f03583903e106397de989 (patch)
tree3f1d4c5244397b3cb5c16ac2e0c83bb8a366fba1 /vim/.vimrc
parent377c5c68c54899c1a3098744deac38c846bd678f (diff)
downloaddotfiles_ascii-5c95123d865e784d3e8f03583903e106397de989.tar.xz
dotfiles_ascii-5c95123d865e784d3e8f03583903e106397de989.zip
vim hide files
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 742969d..06570ec 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -21,6 +21,9 @@ set nocompatible
" paste without auto indentation
set paste
+" hide buffers, not close them
+set hidden
+
" maintain undo history between sessions
set undofile
set undodir=~/.vim/undo