From fa1ae3948072cf68ac0be401723188c51772c05d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Nov 2017 16:48:31 +0530 Subject: [PATCH] Update Changelog --- CHANGELOG.rst | 13 +++++++++++++ README.asciidoc | 2 ++ kitty/kitty.conf | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fed0f9d45..3fed1a1eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,19 @@ Changelog kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator. +version 0.6.0 [future] +------------------------ + +- Support multiple top level (OS) windows. These windows all share the sprite + texture cache on the GPU, further reducing overall resource usage. Use + the shortcut `ctrl+shift+n` to open anew top-level window. + +- Add support for a *daemon* mode using the `--single-instance` command line + option. With this option you can have only a single kitty instance running. + All future invocations simply open new top-level windows in the existing + instance. + + version 0.5.1 [2017-12-01] --------------------------- diff --git a/README.asciidoc b/README.asciidoc index 3016540e9..2a21e5642 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -16,6 +16,7 @@ :sc_move_window_backward: pass:quotes[`ctrl+shift+b`] :sc_move_window_forward: pass:quotes[`ctrl+shift+f`] :sc_move_window_to_top: pass:quotes[`ctrl+shift+``] +:sc_new_os_window: pass:quotes[`ctrl+shift+n`] :sc_new_tab: pass:quotes[`ctrl+shift+t`] :sc_new_window: pass:quotes[`ctrl+shift+enter`] :sc_next_layout: pass:quotes[`ctrl+shift+l`] @@ -206,6 +207,7 @@ windows are: |Action |Shortcut |New window | {sc_new_window} +|New OS window| {sc_new_os_window} |Close window | {sc_close_window} |Next window | {sc_next_window} |Previous window | {sc_previous_window} diff --git a/kitty/kitty.conf b/kitty/kitty.conf index a8aec53fa..7cc81898a 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -245,7 +245,7 @@ map ctrl+shift+h show_scrollback # Window management map ctrl+shift+enter new_window map ctrl+shift+n new_os_window -map ctrl+shift+m close_window +map ctrl+shift+w close_window map ctrl+shift+] next_window map ctrl+shift+[ previous_window map ctrl+shift+f move_window_forward