commit 450800012859403e524ccf16e8eb760615f72511 from: Omar Polo date: Wed Dec 01 10:14:07 2021 UTC add keybindings to the manual commit - a1bd5162112beefbbc1ecd902f144b254e506533 commit + 450800012859403e524ccf16e8eb760615f72511 blob - 23af201bef6f9a0548f6dc4b0c666eefd860572c blob + 2c88984a4655764d4723743175a93592247cc5e4 --- fm.1 +++ fm.1 @@ -62,6 +62,29 @@ silently discarded. Tabs for wich an invalid path was assigned will also start at .Ev $HOME . By default tabs starts at the current working directory. +.Sh KEYS +These commands are currently recognized +.Pq ^L refers to control-L and M-a to meta-a +.Pp +.Bl -tag -width 20m -compact +.It ? +Display +.Nm +manual page. +.It J | ^V | page down +Scroll down by one screen. +.It K | M-v | page up +Scroll up by one screen. +.It ^G +Do nothing. +.It j | n | ^N +Scroll down by one line. +.It k | p | ^P +Scroll up by one line. +.It q +Quit +.Nm . +.El .Sh SEE ALSO .Xr mc 1 , .Xr nnn 1 ,