feat: customize scroll keybindings for half page navigation

This commit is contained in:
David Chen 2025-11-29 11:38:16 -08:00
parent a2ef97477e
commit 299ec2e1b3

View file

@ -28,5 +28,9 @@
], ],
"enabled": true "enabled": true
} }
},
"keybinds": {
"messages_half_page_up": "ctrl+u",
"messages_half_page_down": "ctrl+e"
} }
} }