diff options
author | xero <x@xero.nu> | 2015-07-05 13:55:27 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-07-05 13:55:27 -0400 |
commit | 5c95123d865e784d3e8f03583903e106397de989 (patch) | |
tree | 3f1d4c5244397b3cb5c16ac2e0c83bb8a366fba1 | |
parent | 377c5c68c54899c1a3098744deac38c846bd678f (diff) | |
download | dotfiles_ascii-5c95123d865e784d3e8f03583903e106397de989.tar.xz dotfiles_ascii-5c95123d865e784d3e8f03583903e106397de989.zip |
vim hide files
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |