Tweak so only file buffers are saved in sessions
This commit is contained in:
parent
2e6646dbb0
commit
00a8c55353
1 changed files with 3 additions and 0 deletions
|
|
@ -68,4 +68,7 @@ opt.scrolloff = 4
|
||||||
-- Whitespaces
|
-- Whitespaces
|
||||||
opt.list = false
|
opt.list = false
|
||||||
|
|
||||||
|
-- Sessions
|
||||||
|
opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "skiprtp" }
|
||||||
|
|
||||||
return opt
|
return opt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue