Dont duplicate help text

This commit is contained in:
Kovid Goyal 2021-11-18 08:50:43 +05:30
parent a78138ab61
commit 3e3dc26e3f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -3006,19 +3006,12 @@ map('Scroll to bottom',
map('Scroll to previous shell prompt', map('Scroll to previous shell prompt',
'scroll_to_previous_prompt kitty_mod+z scroll_to_prompt -1', 'scroll_to_previous_prompt kitty_mod+z scroll_to_prompt -1',
long_text=''' long_text='''
Requires :ref:`shell_integration` to work. Use a parameter of zero for :code:`scroll_to_prompt` to scroll to the last jumped
to or the last clicked position. Requires :ref:`shell_integration` to work.
''' '''
) )
map('Scroll to next shell prompt', map('Scroll to next shell prompt', 'scroll_to_next_prompt kitty_mod+x scroll_to_prompt 1')
'scroll_to_next_prompt kitty_mod+x scroll_to_prompt 1',
long_text='''
When the parameter is zero, scroll to the last jumped position, or the last clicked position by
command output related mouse actions.
Requires :ref:`shell_integration` to work.
'''
)
map('Browse scrollback buffer in pager', map('Browse scrollback buffer in pager',
'show_scrollback kitty_mod+h show_scrollback', 'show_scrollback kitty_mod+h show_scrollback',