mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Update Changelog
This commit is contained in:
@@ -3,6 +3,19 @@ Changelog
|
|||||||
|
|
||||||
kitty is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
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]
|
version 0.5.1 [2017-12-01]
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
:sc_move_window_backward: pass:quotes[`ctrl+shift+b`]
|
:sc_move_window_backward: pass:quotes[`ctrl+shift+b`]
|
||||||
:sc_move_window_forward: pass:quotes[`ctrl+shift+f`]
|
:sc_move_window_forward: pass:quotes[`ctrl+shift+f`]
|
||||||
:sc_move_window_to_top: pass:quotes[`ctrl+shift+``]
|
: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_tab: pass:quotes[`ctrl+shift+t`]
|
||||||
:sc_new_window: pass:quotes[`ctrl+shift+enter`]
|
:sc_new_window: pass:quotes[`ctrl+shift+enter`]
|
||||||
:sc_next_layout: pass:quotes[`ctrl+shift+l`]
|
:sc_next_layout: pass:quotes[`ctrl+shift+l`]
|
||||||
@@ -206,6 +207,7 @@ windows are:
|
|||||||
|Action |Shortcut
|
|Action |Shortcut
|
||||||
|
|
||||||
|New window | {sc_new_window}
|
|New window | {sc_new_window}
|
||||||
|
|New OS window| {sc_new_os_window}
|
||||||
|Close window | {sc_close_window}
|
|Close window | {sc_close_window}
|
||||||
|Next window | {sc_next_window}
|
|Next window | {sc_next_window}
|
||||||
|Previous window | {sc_previous_window}
|
|Previous window | {sc_previous_window}
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ map ctrl+shift+h show_scrollback
|
|||||||
# Window management
|
# Window management
|
||||||
map ctrl+shift+enter new_window
|
map ctrl+shift+enter new_window
|
||||||
map ctrl+shift+n new_os_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+] next_window
|
||||||
map ctrl+shift+[ previous_window
|
map ctrl+shift+[ previous_window
|
||||||
map ctrl+shift+f move_window_forward
|
map ctrl+shift+f move_window_forward
|
||||||
|
|||||||
Reference in New Issue
Block a user