1
0
Fork 0

Update 2018-03-22

This commit is contained in:
Nguyễn Gia Phong 2018-03-22 15:35:07 +07:00
parent 430564d6c4
commit 95c7d917be
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,9 @@ settings.window.search_engines["neoitem"] = "https://items.jellyneo.net/search/?
settings.window.default_search_engine = "duckduckgo"
require "settings_chrome"
require "undoclose"
settings.undoclose.max_saved_tabs = 4
----------------------------------
-- Optional user script loading --
----------------------------------
@ -90,6 +93,7 @@ local session = require "session"
-- Add command to list closed tabs & bind to open closed tabs
local undoclose = require "undoclose"
settings.undoclose.max_saved_tabs = 4
-- Add command to list tab history items
local tabhistory = require "tabhistory"