diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a706d92dd..ffbfc971f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,9 @@ Added - 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 completion now matches each entered word separately. +- A new command `:paste-primary` got added to paste the primary selection, and + `` got added as a binding so it pastes primary rather than + clipboard. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index d8cd6fb81..c1fd83ca0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -165,6 +165,7 @@ Contributors, sorted by the number of commits in descending order: * Jonas Schürmann * Panagiotis Ktistakis * Jimmy +* Jakub Klinkovský * skinnay * error800 * Zach-Button diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index ddbd2c8ac..8e3b00b1b 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -833,6 +833,7 @@ How many steps to zoom out. |<>|Move the cursor or selection to the start of next block. |<>|Move the cursor or selection to the start of previous block. |<>|Open an external editor with the currently selected form field. +|<>|Paste the primary selection at cursor position. |<>|Accept the current prompt. |<>|Answer no to a yes/no prompt. |<>|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. +[[paste-primary]] +=== paste-primary +Paste the primary selection at cursor position. + [[prompt-accept]] === prompt-accept Accept the current prompt.