Merge branch 'add_option_to_not_switch_to_previous_when_closing_current_tab' of https://github.com/ddddavidmartin/kitty

This commit is contained in:
Kovid Goyal
2019-04-03 14:23:14 +05:30
3 changed files with 27 additions and 8 deletions

View File

@@ -28,6 +28,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow setting OS window size in session files
- Add an option :opt:`tab_switch_strategy` to control which
tab becomes active when the current tab is closed (:pull:`1524`)
- Allow specifying a value of ``none`` for the :opt:`selection_foreground`
which will cause kitty to not change text color in selections (:iss:`1358`)