fbvis: z now turns off fit to height/width
[fbvis.git] / README
blob96f3d92f409af1f281a3853c8de04ef84aa5ae7e
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 middle
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               fit image height
30 w               fit image width
31 z               show image in its original size
32 i               show filename
33 d               sleep one second
34 ^L, r           redraw
35 q               quit fbvis
36 digits          specify numerical prefix
37 escape, ^[      clear numerical prefix
38 ==============  ================================================