summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/cmdline.txt
diff options
context:
space:
mode:
authorKris Maglione <jg@suckless.org>2009-10-21 04:46:29 -0400
committerKris Maglione <jg@suckless.org>2009-10-21 04:46:29 -0400
commit0d44d919bc83a023e359a632372f38b3ac009b35 (patch)
tree8a9166917c82e3bd94fc97d9952f4c0976c0edd8 /vimperator/locale/en-US/cmdline.txt
parent2add32c3f251c592927ef320d487d58d63e8c663 (diff)
downloadpentadactyl-0d44d919bc83a023e359a632372f38b3ac009b35.tar.gz
Replace asciidoc with native XSLT transforms.
--HG-- branch : xslt rename : common/Makefile.common => common/Makefile rename : vimperator/components/about-handler.js => common/components/about-handler.js rename : vimperator/components/chrome-data.js => common/components/chrome-data.js rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
Diffstat (limited to 'vimperator/locale/en-US/cmdline.txt')
-rw-r--r--vimperator/locale/en-US/cmdline.txt78
1 files changed, 0 insertions, 78 deletions
diff --git a/vimperator/locale/en-US/cmdline.txt b/vimperator/locale/en-US/cmdline.txt
deleted file mode 100644
index 449a1ade..00000000
--- a/vimperator/locale/en-US/cmdline.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-heading::Command-line{nbsp}mode[Command-line-mode,Command-line,mode-cmdline]
-
-Command-line mode is used to enter Ex commands ("[m]:[m]") and text search patterns
-("[m]/[m]" and "[m]?[m]").
-
-|:| +
-||:||
-________________________________________________________________________________
-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_<C-c>| +
-||<C-c>||
-________________________________________________________________________________
-Quit Command-line mode without executing.
-________________________________________________________________________________
-
-
-|c_<C-]>| +
-||<C-]>||
-________________________________________________________________________________
-Expand a command-line abbreviation.
-________________________________________________________________________________
-
-
-|c_<Up>| +
-||<Up>||
-________________________________________________________________________________
-Recall the previous command line from the history list which matches the
-current command line.
-________________________________________________________________________________
-
-
-|c_<Down>| +
-||<Down>||
-________________________________________________________________________________
-Recall the next command line from the history list which matches the current
-command line.
-________________________________________________________________________________
-
-
-|c_<S-Up>| |c_<PageUp>|
-||<S-Up>|| +
-||<PageUp>||
-________________________________________________________________________________
-Recall the previous command line from the history list.
-________________________________________________________________________________
-
-
-|c_<S-Down>| |c_<PageDown>|
-||<S-Down>|| +
-||<PageDown>||
-________________________________________________________________________________
-Recall the next command line from the history list.
-________________________________________________________________________________
-
-section::Command-line{nbsp}completion[cmdline-completion]
-
-|c_<Tab>| +
-||<Tab>||
-________________________________________________________________________________
-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_<S-Tab>| +
-||<S-Tab>||
-________________________________________________________________________________
-Complete the previous full match when 'wildmode' contains "full".
-________________________________________________________________________________
-
-// vim: set filetype=asciidoc: