Document previous PR

This commit is contained in:
Kovid Goyal
2024-02-17 18:42:40 +05:30
parent 299c39a214
commit 559be309ea
2 changed files with 4 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ or another OS window::
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
# moves the window into a new tab created to the left of the active tab
map ctrl+f3 detach_window new-tab-left
# asks which tab to move the window into
map ctrl+f4 detach_window ask

View File

@@ -55,6 +55,8 @@ Detailed list of changes
- macOS: The command line args from :file:`macos-launch-services-cmdline` are now
prefixed to any args from ``open --args`` rather than overwriting them (:iss:`7135`)
- Allow specifying where the new tab is created for :ac:`detach_window` (:pull:`7134`)
0.32.2 [2024-02-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~