Remove :wq from docs
This commit is contained in:
parent
fe8ffcc5c3
commit
a60e932454
@ -88,7 +88,6 @@ It is possible to run or bind multiple commands by separating them with `;;`.
|
|||||||
|<<undo,undo>>|Re-open a closed tab.
|
|<<undo,undo>>|Re-open a closed tab.
|
||||||
|<<view-source,view-source>>|Show the source of the current page in a new tab.
|
|<<view-source,view-source>>|Show the source of the current page in a new tab.
|
||||||
|<<window-only,window-only>>|Close all windows except for the current one.
|
|<<window-only,window-only>>|Close all windows except for the current one.
|
||||||
|<<wq,wq>>|Save open pages and quit.
|
|
||||||
|<<yank,yank>>|Yank something to the clipboard or primary selection.
|
|<<yank,yank>>|Yank something to the clipboard or primary selection.
|
||||||
|<<zoom,zoom>>|Set the zoom level for the current tab.
|
|<<zoom,zoom>>|Set the zoom level for the current tab.
|
||||||
|<<zoom-in,zoom-in>>|Increase the zoom level for the current tab.
|
|<<zoom-in,zoom-in>>|Increase the zoom level for the current tab.
|
||||||
@ -953,15 +952,6 @@ Show the source of the current page in a new tab.
|
|||||||
=== window-only
|
=== window-only
|
||||||
Close all windows except for the current one.
|
Close all windows except for the current one.
|
||||||
|
|
||||||
[[wq]]
|
|
||||||
=== wq
|
|
||||||
Syntax: +:wq ['name']+
|
|
||||||
|
|
||||||
Save open pages and quit.
|
|
||||||
|
|
||||||
==== positional arguments
|
|
||||||
* +'name'+: The name of the session.
|
|
||||||
|
|
||||||
[[yank]]
|
[[yank]]
|
||||||
=== yank
|
=== yank
|
||||||
Syntax: +:yank [*--sel*] [*--keep*] ['what']+
|
Syntax: +:yank [*--sel*] [*--keep*] ['what']+
|
||||||
|
@ -496,7 +496,7 @@ Default:
|
|||||||
* +pass:[Ss]+: +pass:[open qute://settings]+
|
* +pass:[Ss]+: +pass:[open qute://settings]+
|
||||||
* +pass:[T]+: +pass:[tab-focus]+
|
* +pass:[T]+: +pass:[tab-focus]+
|
||||||
* +pass:[ZQ]+: +pass:[quit]+
|
* +pass:[ZQ]+: +pass:[quit]+
|
||||||
* +pass:[ZZ]+: +pass:[wq]+
|
* +pass:[ZZ]+: +pass:[quit --save]+
|
||||||
* +pass:[[[]+: +pass:[navigate prev]+
|
* +pass:[[[]+: +pass:[navigate prev]+
|
||||||
* +pass:[]]]+: +pass:[navigate next]+
|
* +pass:[]]]+: +pass:[navigate next]+
|
||||||
* +pass:[`]+: +pass:[enter-mode set_mark]+
|
* +pass:[`]+: +pass:[enter-mode set_mark]+
|
||||||
|
Loading…
Reference in New Issue
Block a user