From b797a8af0109d80ca8141c9c90139d078e64c185 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 21 Nov 2016 16:13:30 -0700 Subject: I want more folding, sessions should remember tab names --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/vim-options.vim') 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-=~/ -- cgit v1.2.3