mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-15 07:04:31 +03:00
Update changelog
This commit is contained in:
parent
a7bdbb11f2
commit
59e3b202b9
@ -46,6 +46,10 @@ Detailed list of changes
|
||||
0.32.0 [future]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- :ref:`conditional_mappings`
|
||||
|
||||
- Support for :ref:`modal_mappings` such as in modal editors like vim
|
||||
|
||||
- A new option :opt:`notify_on_cmd_finish` to show a desktop notification when a long running command finishes (:pull:`6817`)
|
||||
|
||||
- A new action :ac:`send_key` to simplify mapping key presses to other keys without needing :ac:`send_text`
|
||||
|
@ -165,6 +165,7 @@ the program running in the terminal, map it to :ac:`discard_event`::
|
||||
|
||||
map kitty_mod+f1 discard_event
|
||||
|
||||
.. _conditional_mappings:
|
||||
|
||||
Conditional mappings depending on the state of the focused window
|
||||
----------------------------------------------------------------------
|
||||
@ -227,6 +228,8 @@ you press the :kbd:`alt+s` key. To see this in action, run::
|
||||
|
||||
Which will print out what key events it receives.
|
||||
|
||||
.. _modal_mappings:
|
||||
|
||||
Modal mappings
|
||||
--------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user