From ade93ccf25e748d26860262d7adfc19ed51ea75c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 30 Dec 2019 16:37:23 +0100 Subject: [PATCH] docs: use more generally available arrows in the cheatsheet Use bolded HTML entities for the four arrows, instead of the literal triangular Unicode "arrows" which many fonts don't include. This addresses https://savannah.gnu.org/bugs/?57505. --- doc/cheatsheet.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html index 7024869f..0baa1c1b 100644 --- a/doc/cheatsheet.html +++ b/doc/cheatsheet.html @@ -79,14 +79,14 @@ - - + + - - + + @@ -98,8 +98,8 @@
Ctrl+B   One character backward
Ctrl+FOne character forward
Ctrl+⯇One word backward
Ctrl+⯈One word forward
Ctrl+One word backward
Ctrl+One word forward
Ctrl+ATo start of line
Ctrl+ETo end of line
Ctrl+POne line up
Ctrl+NOne line down
Ctrl+⯅To previous block
Ctrl+⯆To next block
Ctrl+To previous block
Ctrl+To next block
Ctrl+YOne page up
Ctrl+VOne page down
Alt+\To top of buffer
- - + +
Alt+G    Go to specified line
Alt+]Go to complementary bracket
Alt+⯅Scroll viewport up
Alt+⯆Scroll viewport down
Alt+Scroll viewport up
Alt+Scroll viewport down
Alt+<Switch to preceding buffer
Alt+>Switch to succeeding buffer