Allow specifying additional targets for detach_window

This commit is contained in:
Kovid Goyal
2021-07-28 21:50:09 +05:30
parent faef9f0049
commit 17ff317d30
5 changed files with 28 additions and 5 deletions

View File

@@ -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