Change the shortcuts to z and x for jumping to prompts

This commit is contained in:
Kovid Goyal 2021-07-23 21:05:00 +05:30
parent 1f5fa03015
commit 73465aa44b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2911,14 +2911,14 @@ map('Scroll to bottom',
)
map('Scroll to previous shell prompt',
'scroll_to_previous_prompt kitty_mod+x scroll_to_prompt -1',
'scroll_to_previous_prompt kitty_mod+z scroll_to_prompt -1',
long_text='''
Requires :ref:`shell_integration` to work.
'''
)
map('Scroll to next shell prompt',
'scroll_to_next_prompt kitty_mod+d scroll_to_prompt 1',
'scroll_to_next_prompt kitty_mod+x scroll_to_prompt 1',
long_text='''
Requires :ref:`shell_integration` to work.
'''