ALlow scrolling in normal mode

This commit is contained in:
2024-08-16 19:56:18 +02:00
parent 8dfea2d69e
commit 81713016ab

View File

@@ -3,6 +3,10 @@ keybinds clear-defaults=true {
normal { normal {
// uncomment this and adjust key if using copy_on_select=false // uncomment this and adjust key if using copy_on_select=false
// bind "Alt c" { Copy; } // bind "Alt c" { Copy; }
bind "Alt Down" { ScrollDown; }
bind "Alt Up" { ScrollUp; }
bind "PageDown" { PageScrollDown; }
bind "PageUp" { PageScrollUp; }
} }
locked { locked {
bind "Alt g" { SwitchToMode "Normal"; } bind "Alt g" { SwitchToMode "Normal"; }