From: Mischa POSLAWSKY Date: Sun, 22 Feb 2015 18:08:54 +0000 (+0100) Subject: digraphs: expand intro, with links to (and from) screen and emacs X-Git-Tag: v1.7~87 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/5c98b043102c601569bd7c05861c084c316d528c digraphs: expand intro, with links to (and from) screen and emacs --- diff --git a/digraphs.plp b/digraphs.plp index b40eac0..1522bf4 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -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({ :>

RFC-1345 Digraphs

-

i^k in Vim. -Also see common digraphs.

+

Character mnemonics +following composition key ⎄: +i^k in Vim, +^u^\ in Emacs, +^a^v in Screen. +Also see common Unicode.

Unofficial proposals are available as ex commands.

diff --git a/screen.inc.pl b/screen.inc.pl index 5f2b99e..dcc8ab0 100644 --- a/screen.inc.pl +++ b/screen.inc.pl @@ -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',