Skip to content

Commit 3e3dc26

Browse files
committed
Dont duplicate help text
1 parent a78138a commit 3e3dc26

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

kitty/options/definition.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,19 +3006,12 @@
30063006
map('Scroll to previous shell prompt',
30073007
'scroll_to_previous_prompt kitty_mod+z scroll_to_prompt -1',
30083008
long_text='''
3009-
Requires :ref:`shell_integration` to work.
3009+
Use a parameter of zero for :code:`scroll_to_prompt` to scroll to the last jumped
3010+
to or the last clicked position. Requires :ref:`shell_integration` to work.
30103011
'''
30113012
)
30123013

3013-
map('Scroll to next shell prompt',
3014-
'scroll_to_next_prompt kitty_mod+x scroll_to_prompt 1',
3015-
long_text='''
3016-
When the parameter is zero, scroll to the last jumped position, or the last clicked position by
3017-
command output related mouse actions.
3018-
3019-
Requires :ref:`shell_integration` to work.
3020-
'''
3021-
)
3014+
map('Scroll to next shell prompt', 'scroll_to_next_prompt kitty_mod+x scroll_to_prompt 1')
30223015

30233016
map('Browse scrollback buffer in pager',
30243017
'show_scrollback kitty_mod+h show_scrollback',

0 commit comments

Comments
 (0)