aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-28 16:43:11 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-28 16:43:11 +0100
commit1ae4db158f7e44599d3c4b5c0d890f576aae6fa5 (patch)
treee3e896d7c1bbef67e0e5a7a88d4cefeea0be5347 /doc
parentbf1d73edce53cb783842fa141984c143ff71da07 (diff)
downloadimv-1ae4db158f7e44599d3c4b5c0d890f576aae6fa5.tar.gz
man: Document default binds
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.1.txt89
1 files changed, 89 insertions, 0 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index 4effc89..0738882 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -153,6 +153,95 @@ Commands can be entered by pressing *:*. imv supports the following commands:
file, but without an equals sign between the keys and the commands. For
more information on syntax, see **imv**(5).
+Default Binds
+-------------
+
+imv comes with several binds configured by default
+
+*q*::
+ Quit
+
+*Left arrow,*::
+ Previous image
+
+*Right arrow*::
+ Next Image
+
+*gg*::
+ Go to first image
+
+*G*::
+ Go to last image
+
+*j*::
+ Pan down
+
+*k*::
+ Pan up
+
+*h*::
+ Pan left
+
+*l*::
+ Pan right
+
+*x*::
+ Close current image
+
+*f*::
+ Toggle fullscreen
+
+*d*::
+ Toggle overlay
+
+*p*::
+ Print current image to stdout
+
+*Up arrow*::
+ Zoom in
+
+*Down arrow*::
+ Zoom out
+
+*i*::
+ Zoom in
+
+*o*::
+ Zoom out
+
+*+*::
+ Zoom in
+
+*-*::
+ Zoom out
+
+*c*::
+ Center image
+
+*s*::
+ Next scaling mode
+
+*S*::
+ Next upscaling mode
+
+*a*::
+ Zoom to actual size
+
+*r*::
+ Reset zoom and pan
+
+*.*::
+ Next frame (for animations)
+
+*Space*::
+ Pause/play animations
+
+*t*::
+ Start slideshow/increase delay by 1 second
+
+*T*::
+ Stop slideshow/decrease delay by 1 second
+
Configuration
-------------