From fef2345a272fb3ff8e1f270c743519c81c938d5f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Sep 2017 07:54:54 -0300 Subject: Adds back/forward bindings --- config.dot/luakit.link/keys.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.dot/luakit.link/keys.lua b/config.dot/luakit.link/keys.lua index d1f16c7..61e5ea0 100644 --- a/config.dot/luakit.link/keys.lua +++ b/config.dot/luakit.link/keys.lua @@ -11,6 +11,8 @@ modes.remove_binds("normal", { "y" }) -- Add custom binds modes.add_binds("normal", { + { "b", "Go back in the browser history `[count=1]` items.", function (w, m) w:back(m.count) end }, + { "f", "Go forward in the browser history `[count=1]` times.", function (w, m) w:forward(m.count) end }, { "h", "New blank tab", function (w) w:new_tab('luakit://newtab') end}, -- cgit v1.2.3