Add an option to control quit on last window behavior

This commit is contained in:
Kovid Goyal
2018-06-07 08:03:47 +05:30
parent 23d089b4be
commit b9dd434fab
5 changed files with 14 additions and 5 deletions

View File

@@ -48,7 +48,9 @@ Changelog
working if no kitty window currently has focus. (:iss:`524`)
- macOS: Keep kitty running even when the last window is closed. This is in
line with how applications are supposed to behave on macOS (:iss:`543`)
line with how applications are supposed to behave on macOS (:iss:`543`).
There is a new option (:opt:`macos_quit_when_last_window_closed`) to control
this.
- macOS: Add macOS standard shortcuts for copy, paste and new OS window
(⌘+C, ⌘+V, ⌘+N)