Update docs.
This commit is contained in:
parent
af5d199e8f
commit
701cdc7f76
@ -23,6 +23,9 @@ Added
|
|||||||
- New `--quiet` argument for the `:debug-pyeval` command to not open a tab with
|
- New `--quiet` argument for the `:debug-pyeval` command to not open a tab with
|
||||||
the results. Note `:debug-pyeval` is still only intended for debugging.
|
the results. Note `:debug-pyeval` is still only intended for debugging.
|
||||||
- The completion now matches each entered word separately.
|
- The completion now matches each entered word separately.
|
||||||
|
- A new command `:paste-primary` got added to paste the primary selection, and
|
||||||
|
`<Shift-Insert>` got added as a binding so it pastes primary rather than
|
||||||
|
clipboard.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -165,6 +165,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Jonas Schürmann
|
* Jonas Schürmann
|
||||||
* Panagiotis Ktistakis
|
* Panagiotis Ktistakis
|
||||||
* Jimmy
|
* Jimmy
|
||||||
|
* Jakub Klinkovský
|
||||||
* skinnay
|
* skinnay
|
||||||
* error800
|
* error800
|
||||||
* Zach-Button
|
* Zach-Button
|
||||||
|
@ -833,6 +833,7 @@ How many steps to zoom out.
|
|||||||
|<<move-to-start-of-next-block,move-to-start-of-next-block>>|Move the cursor or selection to the start of next block.
|
|<<move-to-start-of-next-block,move-to-start-of-next-block>>|Move the cursor or selection to the start of next block.
|
||||||
|<<move-to-start-of-prev-block,move-to-start-of-prev-block>>|Move the cursor or selection to the start of previous block.
|
|<<move-to-start-of-prev-block,move-to-start-of-prev-block>>|Move the cursor or selection to the start of previous block.
|
||||||
|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|
|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|
||||||
|
|<<paste-primary,paste-primary>>|Paste the primary selection at cursor position.
|
||||||
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
|
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
|
||||||
|<<prompt-no,prompt-no>>|Answer no to a yes/no prompt.
|
|<<prompt-no,prompt-no>>|Answer no to a yes/no prompt.
|
||||||
|<<prompt-yes,prompt-yes>>|Answer yes to a yes/no prompt.
|
|<<prompt-yes,prompt-yes>>|Answer yes to a yes/no prompt.
|
||||||
@ -1046,6 +1047,10 @@ Open an external editor with the currently selected form field.
|
|||||||
|
|
||||||
The editor which should be launched can be configured via the `general -> editor` config option.
|
The editor which should be launched can be configured via the `general -> editor` config option.
|
||||||
|
|
||||||
|
[[paste-primary]]
|
||||||
|
=== paste-primary
|
||||||
|
Paste the primary selection at cursor position.
|
||||||
|
|
||||||
[[prompt-accept]]
|
[[prompt-accept]]
|
||||||
=== prompt-accept
|
=== prompt-accept
|
||||||
Accept the current prompt.
|
Accept the current prompt.
|
||||||
|
Loading…
Reference in New Issue
Block a user