Skip to content

Commit

Permalink
support of multi-keys combinations, termimad 0.28 (#826)
Browse files Browse the repository at this point in the history
With this PR comes the ability on terminals implementing [Kitty keyboard extensions](https://sw.kovidgoyal.net/kitty/keyboard-protocol/) to bind verbs to key combinations which are normally not available on simple ANSI terminals, for example `space-n`, `ctrl-enter`, `shift-space`, `ctrl-alt-a-b-c`,  etc.
  • Loading branch information
Canop authored Feb 3, 2024
1 parent 594d9a0 commit 0648e35
Show file tree
Hide file tree
Showing 17 changed files with 394 additions and 297 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### next
- on terminals supporting the kitty keyboard protocol, you can now define and use key combinations like `space-n`, `ctrl-alt-a-b`, `shift-space-c`, `ctrl-enter`, etc.
- new syntax for special paths - Fix #687, #669

### v1.32.0 - 2024-01-02
Expand Down
Loading

0 comments on commit 0648e35

Please sign in to comment.