diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-22 15:35:07 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-27 21:45:03 +0700 |
commit | 95c7d917bed751e9544b0007cfcd69b169383be7 (patch) | |
tree | 944895625e0e80fe69674c5c77f794493787bd88 /luakit | |
parent | 430564d6c4cb200e739aab2062fe3ceb0d187c9c (diff) | |
download | dotfiles-95c7d917bed751e9544b0007cfcd69b169383be7.tar.gz |
Update 2018-03-22
Diffstat (limited to 'luakit')
-rw-r--r-- | luakit/.config/luakit/rc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/luakit/.config/luakit/rc.lua b/luakit/.config/luakit/rc.lua index 30d8927..d2e60c2 100644 --- a/luakit/.config/luakit/rc.lua +++ b/luakit/.config/luakit/rc.lua @@ -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" |