mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-20 23:21:26 +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:
@@ -4,6 +4,11 @@ HEADER
|
||||
|
||||
This file contains a list of all available commands.
|
||||
|
||||
section:Insert{nbsp}mode[insert-index]
|
||||
|
||||
||<C-i>|| Launch the external editor +
|
||||
||<C-]>|| Expand an insert-mode abbreviation +
|
||||
|
||||
section:Normal{nbsp}mode[normal-index]
|
||||
|
||||
||<C-^>|| Select the alternate tab or the [count]th tab +
|
||||
|
||||
Reference in New Issue
Block a user