aboutsummaryrefslogtreecommitdiff
path: root/config.dot/luakit.link/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/luakit.link/keys.lua')
-rw-r--r--config.dot/luakit.link/keys.lua4
1 files 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 },
+ { "<Mod1-Left>", "Go back in the browser history `[count=1]` items.", function (w, m) w:back(m.count) end },
+ { "<Mod1-Right>", "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},