From bde0e5c843ac18fe9bdd8fdde1d706f1f5f9da64 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 24 Dec 2022 22:50:26 +0100 Subject: [PATCH] Remove h and l because of conflict --- .config/bacon/prefs.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/bacon/prefs.toml b/.config/bacon/prefs.toml index e9d34bd..4603f83 100644 --- a/.config/bacon/prefs.toml +++ b/.config/bacon/prefs.toml @@ -22,7 +22,5 @@ wrap = true [keybindings] j = "scroll-lines(1)" k = "scroll-lines(-1)" -h = "scroll-pages(1)" -l = "scroll-pages(-1)" g = "scroll-to-top" shift-g = "scroll-to-bottom"