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