From 905013943db167d2ebac208809eb6a61647b4ec4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 19 May 2026 23:00:19 +0200 Subject: [PATCH] edit keybind Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- internal/config/default_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/default_config.yaml b/internal/config/default_config.yaml index 7eab47f..8f11392 100644 --- a/internal/config/default_config.yaml +++ b/internal/config/default_config.yaml @@ -59,7 +59,7 @@ keybindings: down: "down,j" left: "left,h" right: "right,l" - goto_top: "home" + goto_top: "g" goto_bottom: "G,end" scroll_up: "pgup" scroll_down: "pgdown"