Add a new `last_used_layout` function that can be mapped to a shortcut to switch to the previously used window layout

Fixes #870
This commit is contained in:
Kovid Goyal
2018-09-08 05:56:02 +05:30
parent 7438e0e997
commit f0357b061e
4 changed files with 56 additions and 5 deletions

View File

@@ -3,6 +3,13 @@ Changelog
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
0.12.2 [future]
------------------------------
- Add a new ``last_used_layout`` function that can be mapped to a shortcut to
switch to the previously used window layout (:iss:`870`)
0.12.1 [2018-09-08]
------------------------------