summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 137b697..080e1b5 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -66,3 +66,6 @@ colorscheme torte
" Default tabs
set tabstop=4 softtabstop=0 expandtab shiftwidth=4
set autoindent
+
+" Change buffers without needing to save
+set hidden