From 81713016ab8663d1331f2c238d9ce9567e2122a2 Mon Sep 17 00:00:00 2001 From: mattia Date: Fri, 16 Aug 2024 19:56:18 +0200 Subject: [PATCH] ALlow scrolling in normal mode --- config.kdl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.kdl b/config.kdl index 05f3194..e74d000 100644 --- a/config.kdl +++ b/config.kdl @@ -3,6 +3,10 @@ keybinds clear-defaults=true { normal { // uncomment this and adjust key if using copy_on_select=false // bind "Alt c" { Copy; } + bind "Alt Down" { ScrollDown; } + bind "Alt Up" { ScrollUp; } + bind "PageDown" { PageScrollDown; } + bind "PageUp" { PageScrollUp; } } locked { bind "Alt g" { SwitchToMode "Normal"; }