feat: bind vim-style line-by-line scrolling (#8980)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Nathan Flurry
2026-01-17 19:54:26 -08:00
committed by GitHub
parent 052f887a9a
commit bfb8c531c2
8 changed files with 66 additions and 6 deletions

View File

@@ -842,6 +842,14 @@ export type KeybindsConfig = {
* Scroll messages down by one page
*/
messages_page_down?: string
/**
* Scroll messages up by one line
*/
messages_line_up?: string
/**
* Scroll messages down by one line
*/
messages_line_down?: string
/**
* Scroll messages up by half page
*/

View File

@@ -1019,6 +1019,14 @@ export type KeybindsConfig = {
* Scroll messages down by one page
*/
messages_page_down?: string
/**
* Scroll messages up by one line
*/
messages_line_up?: string
/**
* Scroll messages down by one line
*/
messages_line_down?: string
/**
* Scroll messages up by half page
*/