aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:25:13 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:25:13 +0200
commit398d7feb09ca4a1996437707c121773b2900cf9a (patch)
tree80954f3f928cf9b5b42a04f7bbc3b4b3041de25e /vim
parent263a572419e73e9b7180d129269f9bc37cae3413 (diff)
downloaddotfiles-398d7feb09ca4a1996437707c121773b2900cf9a.tar.xz
vim: Clarify `set hidden`
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 56c9d2c..285280d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,7 +64,7 @@ set shiftwidth=4
set softtabstop=4
set noexpandtab
-" voodoo magic
+" Automatically hide buffers instead of requiring bangcommands
set hidden
" Paste mode when pressing Insert, disables autoformating