ALlow scrolling in normal mode
This commit is contained in:
@@ -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"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user