Add a keyboard shortcut to reset the terminal

It takes parameters so you can define your own shortcuts to clear the screen/scrollback also. Fixes #747
This commit is contained in:
Kovid Goyal
2018-07-26 17:29:13 +05:30
parent 1486af8770
commit 011866a101
5 changed files with 44 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ Changelog
- Allow running kitten via the remote control system (:iss:`738`)
- Add a keyboard shortcut to reset the terminal (:sc:`reset_terminal`). It
takes parameters so you can define your own shortcuts to clear the
screen/scrollback also (:iss:`747`)
0.11.3 [2018-07-10]
------------------------------

View File

@@ -165,6 +165,7 @@ Restore font size :sc:`reset_font_size`
Toggle fullscreen :sc:`toggle_fullscreen`
Input unicode character :sc:`input_unicode_character`
Click URL using the keyboard :sc:`open_url`
Reset the terminal :sc:`reset_terminal`
Pass current selection to program :sc:`pass_selection_to_program`
Edit |kitty| config file :sc:`edit_config_file`
Open a |kitty| shell :sc:`kitty_shell`