From dce4c688279fe615b0efdb13fa993ce22310b35a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Dec 2017 09:03:51 +0100 Subject: [PATCH] Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/commands.asciidoc | 5 +++++ doc/help/settings.asciidoc | 1 + 3 files changed, 8 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 7ab5b231b..297890209 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -59,6 +59,8 @@ Added - New `{protocol}` replacement for `tabs.title.format` and friends. - New `-o` flag for `:spawn` to show stdout/stderr in a new tab. - Support for incremental search, with a new `search.incremental` setting. +- New `--rapid` flag for `:command-accept` (bound to `Ctrl-Enter` by default), + which allows executing a command in the completion without closing it. Changed ~~~~~~~ diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 3da81a391..370f675a8 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1423,8 +1423,13 @@ How many steps to zoom out. |============== [[command-accept]] === command-accept +Syntax: +:command-accept [*--rapid*]+ + Execute the command currently in the commandline. +==== optional arguments +* +*-r*+, +*--rapid*+: Run the command without closing or clearing the command bar. + [[command-history-next]] === command-history-next Go forward in the commandline history. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 317ca8b65..35c90ba61 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -427,6 +427,7 @@ Default: * +pass:[<Ctrl-K>]+: +pass:[rl-kill-line]+ * +pass:[<Ctrl-N>]+: +pass:[command-history-next]+ * +pass:[<Ctrl-P>]+: +pass:[command-history-prev]+ +* +pass:[<Ctrl-Return>]+: +pass:[command-accept --rapid]+ * +pass:[<Ctrl-Shift-C>]+: +pass:[completion-item-yank --sel]+ * +pass:[<Ctrl-Shift-Tab>]+: +pass:[completion-item-focus prev-category]+ * +pass:[<Ctrl-Tab>]+: +pass:[completion-item-focus next-category]+