diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-11-21 16:13:30 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-11-21 16:13:30 -0700 |
commit | b797a8af0109d80ca8141c9c90139d078e64c185 (patch) | |
tree | e86b3308198cf07ef24b6a5d913fbf6c989bf66e /plugin | |
parent | 86aa98279af7ef738cfda80b636d91ff47b011e9 (diff) |
I want more folding, sessions should remember tab names
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 38d88e8..28cd9e1 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -21,9 +21,9 @@ set laststatus=2 " Show the status bar always set wildignore=*/app/cache,*/vendor,*/env,*.pyc,*/venv " Ignore useless files set splitright " Horizontal Splits go to the right set splitbelow " Vertical Splits go underneath -set nofoldenable " Disable Folding, don't really use it set incsearch " Move cursor to matched string set hlsearch! " Turn off highlight search +set sessionoptions+=tabpages,globals " Include tab names in sessions set backupdir-=. set backupdir+=. set backupdir-=~/ |