digraphs: expand intro, with links to (and from) screen and emacs
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 22 Feb 2015 18:08:54 +0000 (19:08 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Jun 2015 03:43:42 +0000 (05:43 +0200)
digraphs.plp
screen.inc.pl

index b40eac0915cefd19f0176e4bbed836f7f4da169d..1522bf4516986ef866cf58240504cf230e982475 100644 (file)
@@ -7,7 +7,8 @@ Html({
                "Complete table of digraph characters from RFC-1345.",
        ],
        keywords => [qw'
-               digraph compose character char glyph table unicode vim
+               digraph mnemonic compose composition pair
+               character char glyph table unicode vim
        '],
        stylesheet => [qw'light'],
        data => [qw( digraphs.inc.pl )],
@@ -16,8 +17,12 @@ Html({
 :>
 <h1>RFC-1345 Digraphs</h1>
 
-<p>i^k in <a href="/vi">Vim</a>.
-Also see <a href="/unicode">common digraphs</a>.</p>
+<p>Character mnemonics
+following composition key ⎄:
+i^k in <a href="/vi">Vim</a>,
+^u^\ in <a href="/readline">Emacs</a>,
+^a^v in <a href="/screen">Screen</a>.
+Also see <a href="/unicode">common Unicode</a>.</p>
 
 <p class="aside">Unofficial <span class="u-prop ex">proposals</span>
 are available as <a href="/digraphs.vim">ex commands</a>.</p>
index 5f2b99e6946c44fdf45a03833e0755e45c0fa44e..dcc8ab0e8e425cb8747ba92eab13f64620e924bb 100644 (file)
@@ -55,7 +55,7 @@ def => {
        't' => ['g0', "time"], # time
        '^t'=> 't',
        'v' => ['g0', "version"],
-       '^v'=> ['g6 arg arg', "digraph"], # digraph
+       '^v'=> ['g6 arg arg linkdigraphs', "digraph"], # digraph
        'w' => ['g0', "windows"], # windows
        'W' => ['g3', "width"], # width
        '^w'=> 'w',