Add a detach_tab command

This commit is contained in:
Kovid Goyal
2019-11-12 10:07:44 +05:30
parent b247cef85c
commit fb3acd1f4a
4 changed files with 80 additions and 3 deletions

View File

@@ -175,13 +175,17 @@ previously active windows for negative numbers.
.. _detach_window:
Finally you can define shortcuts to detach the current window and
You can define shortcuts to detach the current window and
move it to another tab or another OS window::
map ctrl+f2 detach_window # moves the window into a new OS window
map ctrl+f3 detach_window new-tab # moves the window into a new Tab
map ctrl+f4 detach_window ask # asks which tab to move the window into
Similarly, you can detach the current tab, with::
map ctrl+f2 detach_tab # moves the tab into a new OS window
map ctrl+f4 detach_tab ask # asks which OS Window to move the tab into
Other keyboard shortcuts
----------------------------------