README: improve some of the command descriptions
[fbvis.git] / README
blob4e2cb483df77ae958c3163a27e8922ae5d7247dc
1 FBVIS
2 =====
4 Fbvis is a small framebuffer image viewer.  It includes stbi and
5 lodepng and does not use external libraries.  Fbvis is short for
6 visualize on the framebuffer.
8 KEYBINDING
9 ==========
11 The following table describes fbvis keybinding.  Most of these
12 commands accept a numerical prefix that specifies the number of times
13 the command should be repeated.
15 ==============  ================================================
16 KEY             COMMAND
17 ==============  ================================================
18 k               scroll up
19 j               scroll down
20 l               scroll right
21 h               scroll left
22 H               show image top
23 M               show image centre
24 L               show image bottom
25 ^F              next file
26 ^B              previous file
27 backspace, ^U   page up
28 space, ^D       page down
29 f               zoom to fit image height
30 w               zoom to fit image width
31 z               show image in its original size
32 i               print file name
33 d               sleep one second
34 ^L, r           redraw
35 q               quit fbvis
36 digits          specify a numerical prefix
37 escape, ^[      clear the numerical prefix
38 ==============  ================================================