From e7099cc771c6f1c14fb5a809d4bb3a43f2b7acda Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 25 Mar 2019 12:05:56 +0530 Subject: [PATCH] Forgot to escape the backslash in the docs for reset_terminal --- kitty/config_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 95382c225..198dbf277 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -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 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'), add_to_default=False, long_text=_('''