1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 04:31:24 +02:00

Make abbreviations expand on quotes as well as space.

Also added rough documentation for insert mode.

TODO: Abbreviations should also expand on <CR> and <Tab>, but right now
adding <CR> to the mappings.add() has no effect, and adding <Tab> to the
mappings.add() breaks tab completion.

TODO: Rather than listing non-keyword characters in two places (ui.js
and mappings.js), they should be specified in one location (that could
someday be trumped by an 'iskeyword' option).
This commit is contained in:
Ted Pavlic
2009-01-20 10:41:19 -05:00
parent 3abd88276e
commit 9993f0594e
6 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
HEADER
|Command-line-mode| |Command-line| +
|Command-line-mode| |Command-line| |mode-cmdline| +
Command-line mode is used to enter Ex commands (":") and text search patterns
("/" and "?").