diff options
-rw-r--r-- | doc/imv.1.txt | 3 | ||||
-rw-r--r-- | files/imv_config | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt index 09e2da9..7c4af97 100644 --- a/doc/imv.1.txt +++ b/doc/imv.1.txt @@ -222,6 +222,9 @@ imv comes with several binds configured by default *-*:: Zoom out +*Ctrl+r*:: + Rotate clockwise by 90 degrees + *c*:: Center image diff --git a/files/imv_config b/files/imv_config index 5d69af1..550a4d3 100644 --- a/files/imv_config +++ b/files/imv_config @@ -38,6 +38,9 @@ i = zoom 1 <minus> = zoom -1 o = zoom -1 +# Rotate Clockwise by 90 degrees +<Ctrl+r> = rotate by 90 + # Other commands x = close f = fullscreen |