Dont imply inline comments are supported in the config file

This commit is contained in:
Kovid Goyal 2020-02-24 18:52:51 +05:30
parent 2b441df9e9
commit 6e87929603
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -178,14 +178,19 @@ previously active windows for negative numbers.
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:: move it to another tab or another OS window::
map ctrl+f2 detach_window # moves the window into a new OS 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+f2 detach_window
map ctrl+f4 detach_window ask # asks which tab to move the window into # moves the window into a new Tab
map ctrl+f3 detach_window new-tab
# asks which tab to move the window into
map ctrl+f4 detach_window ask
Similarly, you can detach the current tab, with:: Similarly, you can detach the current tab, with::
map ctrl+f2 detach_tab # moves the tab into a new OS window # moves the tab into a new OS window
map ctrl+f4 detach_tab ask # asks which OS Window to move the tab into map ctrl+f2 detach_tab
# asks which OS Window to move the tab into
map ctrl+f4 detach_tab ask
Other keyboard shortcuts Other keyboard shortcuts
---------------------------------- ----------------------------------