A new mappable action to show kitty docs in the browser

This commit is contained in:
Kovid Goyal
2022-08-19 14:00:30 +05:30
parent 2bb42e67d7
commit 5350eb29c1
5 changed files with 42 additions and 3 deletions

View File

@@ -44,6 +44,8 @@ Detailed list of changes
- A new option :opt:`modify_font` to adjust various font metrics like underlines, cell sizes etc. (:pull:`5265`)
- A new mappable action :ac:`show_kitty_doc` to display the kitty docs in a browser
- Graphics protocol: Only delete temp files if they have the string
:code:`tty-graphics-protocol` in their file paths. This prevents deletion of arbitrary files in :file:`/tmp`.