diff --git a/locale/en-US/cmdline.txt b/locale/en-US/cmdline.txt index 6e3b6a49..06a79040 100644 --- a/locale/en-US/cmdline.txt +++ b/locale/en-US/cmdline.txt @@ -12,4 +12,53 @@ Start Command-line mode. In Command-line mode, you can perform extended commands, which may require arguments. ________________________________________________________________________________ + +section:Command-line{nbsp}editing[cmdline-editing] + +|c_| + +|||| +________________________________________________________________________________ +Quit command-line mode without executing. +________________________________________________________________________________ + + +|c_| + +|||| +________________________________________________________________________________ +Expand a command-line abbreviation. +________________________________________________________________________________ + + +|c_| + +|||| +________________________________________________________________________________ +Recall the previous command-line from the history list which matches the +current command-line. +________________________________________________________________________________ + + +|c_| + +|||| +________________________________________________________________________________ +Recall the next command-line from the history list which matches the current +command-line. +________________________________________________________________________________ + +section:Command-line{nbsp}completion[cmdline-completion] + +|c_| + +|||| +________________________________________________________________________________ +Complete the word in front of the cursor according to the behavior specified in +'wildmode'. If 'wildmode' contains "list" and there are multiple matches then +the completion menu window is opened. +________________________________________________________________________________ + + +|c_| + +|||| +________________________________________________________________________________ +Complete the previous full match when 'wildmode' contains "full". +________________________________________________________________________________ + // vim: set syntax=asciidoc: