aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-01-18 21:26:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-01-18 21:26:34 -0300
commite281135233e3772946ebfa7afdede931488edccf (patch)
tree181adaa43f9aa30cf8a74f4dd9f3ec62e138649a
parent71ede37ccd714994c3707d14a1db025bf5c81d88 (diff)
downloadluakit-e281135233e3772946ebfa7afdede931488edccf.tar.gz
luakit-e281135233e3772946ebfa7afdede931488edccf.tar.bz2
Feat: binding to reload all tabs, but needs work
-rw-r--r--config.dot/luakit.link/keys.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.dot/luakit.link/keys.lua b/config.dot/luakit.link/keys.lua
index 1c53692..2af19e8 100644
--- a/config.dot/luakit.link/keys.lua
+++ b/config.dot/luakit.link/keys.lua
@@ -97,10 +97,11 @@ modes.add_binds("normal", {
end},
-- Reload all tabs
+ -- Needs work
-- See https://www.reddit.com/r/luakit/comments/pjepd/bind_a_shortcut_to_reload_all_tabs/
- { "^R$", function (w)
- for ti = 1, w.tabs:count() do
- w.tabs:atindex(ti):reload()
- end
- end},
+ --{ "^R$", function (w)
+ -- for ti = 1, w.tabs:count() do
+ -- w.tabs:atindex(ti):reload()
+ -- end
+ --end},
})