From 1c153aa97817a2e7451108578cb219ea83b5ab60 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 2 Dec 2008 13:42:44 -0500 Subject: New directory layout. --- vimperator/locale/en-US/cmdline.txt | 80 +++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 vimperator/locale/en-US/cmdline.txt (limited to 'vimperator/locale/en-US/cmdline.txt') diff --git a/vimperator/locale/en-US/cmdline.txt b/vimperator/locale/en-US/cmdline.txt new file mode 100644 index 00000000..72c0ba12 --- /dev/null +++ b/vimperator/locale/en-US/cmdline.txt @@ -0,0 +1,80 @@ +HEADER + +|Command-line-mode| |Command-line| + + +Command-line mode is used to enter Ex commands (":") and text search patterns +("/" and "?"). + +|:| + +||:|| +________________________________________________________________________________ +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. +________________________________________________________________________________ + + +|c_| |c_| +|||| + +|||| +________________________________________________________________________________ +Recall the previous command-line from the history list. +________________________________________________________________________________ + + +|c_| |c_| +|||| + +|||| +________________________________________________________________________________ +Recall the next command-line from the history list. +________________________________________________________________________________ + +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: -- cgit v1.2.3