mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
toggle_layout action to zoom/unzoom active window
This commit is contained in:
parent
6a4668974b
commit
050c31094b
5 changed files with 27 additions and 2 deletions
|
|
@ -7,6 +7,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
0.21.3 [future]
|
||||
----------------------
|
||||
|
||||
- Add a new :ref:`action-toggle_layout` action to easily zoom/unzoom a window
|
||||
|
||||
- Fix a bug in the implementation of the synchronized updates escape code that
|
||||
could cause incorrect parsing if either the pending buffer capacity or the
|
||||
pending timeout were exceeded (:iss:`3779`)
|
||||
|
|
|
|||
|
|
@ -103,7 +103,8 @@ terminal program, you can tell the kittens system to run the
|
|||
``handle_result()`` function without first running the ``main()`` function.
|
||||
|
||||
For example, here is a kitten that "zooms/unzooms" the current terminal window
|
||||
by switching to the stack layout or back to the previous layout.
|
||||
by switching to the stack layout or back to the previous layout. This is
|
||||
equivalent to the builtin :ref:`action-toggle_layout` action.
|
||||
|
||||
Create a file in the kitty config folder, :file:`~/.config/kitty/zoom_toggle.py`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue