hints kitten: Add an option to select multiple items

Fixes #687
This commit is contained in:
Kovid Goyal
2018-06-29 06:49:16 +05:30
parent e3f60e6fa7
commit 65fef81f29
2 changed files with 45 additions and 16 deletions

View File

@@ -14,6 +14,9 @@ Changelog
- macOS: Fix an error in remote control when using --listen-on (:iss:`679`)
- hints kitten: Add a :option:`kitty +kitten hints --multiple` option to select
multiple items (:iss:`687`)
- Fix pasting large amounts of text very slow (:iss:`682`)
- Add a :option:`kitty --hold` command line option to stay open after the child process exits (:iss:`667`)