Allow specifying additional targets for detach_window
This commit is contained in:
@@ -83,6 +83,10 @@ move it to another tab or another OS window::
|
||||
map ctrl+f2 detach_window
|
||||
# moves the window into a new Tab
|
||||
map ctrl+f3 detach_window new-tab
|
||||
# moves the window into the previously active tab
|
||||
map ctrl+f3 detach_window tab-prev
|
||||
# moves the window into the tab at the left of the active tab
|
||||
map ctrl+f3 detach_window tab-left
|
||||
# asks which tab to move the window into
|
||||
map ctrl+f4 detach_window ask
|
||||
|
||||
|
||||
@@ -15,6 +15,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
- macOS: Fix an error on Apple silicon when enumerating monitors (:pull:`3875`)
|
||||
|
||||
- Allow specifying the previously active tab or the tab to the left/right of
|
||||
the active tab
|
||||
|
||||
|
||||
0.22.0 [2021-07-26]
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user