From d46ad8aa151422c6171148cf617d0bfd2e1fb78b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Sep 2017 08:15:20 -0300 Subject: Change back/forward bindings --- config.dot/luakit.link/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.dot/luakit.link/keys.lua b/config.dot/luakit.link/keys.lua index 61e5ea0..0e858ad 100644 --- a/config.dot/luakit.link/keys.lua +++ b/config.dot/luakit.link/keys.lua @@ -11,8 +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 }, + { "", "Go back in the browser history `[count=1]` items.", function (w, m) w:back(m.count) end }, + { "", "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