dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit f397fcf556976f549bf0a7f61c3e81f64be8255d (patch)
parent 4fc68617a4831c50fda52064db28c9f4bc58ff38
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 23 May 2021 00:12:43 -0400

vim: set hidden to allow unsaved buffers

This was a default at my last gig, and I got really used to it!

Diffstat:
M.vim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -19,6 +19,7 @@ set showcmd " Show the command being typed set laststatus=2 " Always show the statusbar set noequalalways " Don't resize split on open/close event set listchars=tab:>-,trail:~,eol:$ " Nicer whitespace +set hidden " Allow unsaved buffers if v:progname =~# 'vim$' runtime! improved.vim " put the IM in VIM