kitty: Switch to arrow keys for scroll
Use arrow keys as HJKL is not usable like before with the switch to Colemak.
This commit is contained in:
parent
9431ca8646
commit
a657297158
1 changed files with 2 additions and 2 deletions
|
@ -785,8 +785,8 @@ map kitty_mod+o pass_selection_to_program
|
|||
|
||||
#: Scrolling {{{
|
||||
|
||||
map kitty_mod+k scroll_line_up
|
||||
map kitty_mod+j scroll_line_down
|
||||
map ctrl+up scroll_line_up
|
||||
map ctrl+down scroll_line_down
|
||||
map page_up scroll_page_up
|
||||
map page_down scroll_page_down
|
||||
map kitty_mod+home scroll_home
|
||||
|
|
Loading…
Reference in a new issue