diff options
author | June McEnroe <june@causal.agency> | 2018-09-27 13:16:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-27 13:16:22 -0400 |
commit | fa9e80ea0307761dac0d06b0d7514f28db6e26e7 (patch) | |
tree | f9661ca652671895f625d4243e7b0b7bdfbca75f /bin/man | |
parent | Move psfed paste to edit mode (diff) | |
download | src-fa9e80ea0307761dac0d06b0d7514f28db6e26e7.tar.gz src-fa9e80ea0307761dac0d06b0d7514f28db6e26e7.zip |
Add HJKL for moving glyphs to psfed
Diffstat (limited to '')
-rw-r--r-- | bin/man/psfed.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/man/psfed.1 b/bin/man/psfed.1 index 88430551..bd15d897 100644 --- a/bin/man/psfed.1 +++ b/bin/man/psfed.1 @@ -62,10 +62,10 @@ Select previous/next glyph. Select glyph in previous/next row. . .It Ic y -Copy the selected glyph. +Copy selected glyph. . .It Ic e -Edit the selected glyph in +Edit selected glyph in .Sx Edit Mode . . .It Ic i @@ -101,6 +101,12 @@ Flip selected bit. .It Ic r Invert glyph. . +.It Ic H Ic L +Move glyph left/right. +. +.It Ic K Ic J +Move glyph up/down. +. .It Ic p Paste the copied glyph. . |