]> gitweb.fluxo.info Git - rhatto/dotfiles/luakit.git/commitdiff
Feat: binding to reload all tabs, but needs work
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Jan 2020 00:26:34 +0000 (21:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Jan 2020 00:26:34 +0000 (21:26 -0300)
config.dot/luakit.link/keys.lua

index 1c536927e35d08c721412d52a9f8e638f4a7fac6..2af19e823166b30adffbdc445774f5e70122e291 100644 (file)
@@ -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},
 })