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 | 31ec757f0b59706daff4ce894795643c4049a48c (patch) | |
tree | fc1e897d67aa0854e28be32c67d9c39e5b700409 /bin/man/psfed.1 | |
parent | Move psfed paste to edit mode (diff) | |
download | src-31ec757f0b59706daff4ce894795643c4049a48c.tar.gz src-31ec757f0b59706daff4ce894795643c4049a48c.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. . |