From da417bff3e94ffbd0c567f64f1d30273599f5f6c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Jul 2016 21:25:48 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 3 +++ README.asciidoc | 2 +- doc/help/commands.asciidoc | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2ae0b1e93..baeca9ec7 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -28,6 +28,9 @@ Added status bar (top/bottom). - New `--pdf ` argument for `:print` which can be used to generate a PDF without a dialog. +- New `:repeat-command` command (mapped to `.`) to repeat the last command. + Note that two former default bundings conflict with that binding, unbinding + them via `:unbind .i` and `:unbind .o` is recommended. Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index a6c4050dd..12a114ca9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -151,6 +151,7 @@ Contributors, sorted by the number of commits in descending order: * Jakub Klinkovský * Raphael Pierzina * Joel Torstensson +* Jan Verbeek * Tarcisio Fedrizzi * Patric Schmitz * Claude @@ -164,7 +165,6 @@ Contributors, sorted by the number of commits in descending order: * Kevin Velghe * Austin Anderson * Jimmy -* Jan Verbeek * Alexey "Averrin" Nabrodov * avk * ZDarian diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index c46805325..4c64c9068 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -932,6 +932,7 @@ How many steps to zoom out. |<>|Accept the current prompt. |<>|Answer no to a yes/no prompt. |<>|Answer yes to a yes/no prompt. +|<>|Repeat the last executed command. |<>|Move back a character. |<>|Delete the character before the cursor. |<>|Move back to the start of the current or previous word. @@ -1158,6 +1159,13 @@ Answer no to a yes/no prompt. === prompt-yes Answer yes to a yes/no prompt. +[[repeat-command]] +=== repeat-command +Repeat the last executed command. + +==== count +Which count to pass the command. + [[rl-backward-char]] === rl-backward-char Move back a character.