mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Forgot to escape the backslash in the docs for reset_terminal
This commit is contained in:
@@ -1131,7 +1131,7 @@ If you want to operate on all windows instead of just the current one, use :ital
|
|||||||
It is also possible to remap Ctrl+L to both scroll the current screen contents into the scrollback buffer
|
It is also possible to remap Ctrl+L to both scroll the current screen contents into the scrollback buffer
|
||||||
and clear the screen, instead of just clearing the screen::
|
and clear the screen, instead of just clearing the screen::
|
||||||
|
|
||||||
map ctrl+l combine : clear_terminal scroll active : send_text normal,application \x0c
|
map ctrl+l combine : clear_terminal scroll active : send_text normal,application \\x0c
|
||||||
'''))
|
'''))
|
||||||
k('send_text', 'ctrl+shift+alt+h', 'send_text all Hello World', _('Send arbitrary text on key presses'),
|
k('send_text', 'ctrl+shift+alt+h', 'send_text all Hello World', _('Send arbitrary text on key presses'),
|
||||||
add_to_default=False, long_text=_('''
|
add_to_default=False, long_text=_('''
|
||||||
|
|||||||
Reference in New Issue
Block a user