Skip to content

Latest commit

 

History

History
104 lines (91 loc) · 2 KB

imv.org

File metadata and controls

104 lines (91 loc) · 2 KB

imv

Image viewer for X11 and Wayland

Options

[options]

Suppress built-in key bindings, and specify them explicitly in this config file.

suppress_default_binds = true

Aliases

Any arguments passed to an alias are appended to the command.

[aliases]

Alias for executing the command in the Bash:

bash = exec bash -c

Binds

[binds]

Image navigation

<Shift+H> = prev
<Shift+J> = next
<Shift+K> = prev
<Shift+L> = next
<Left> = prev
<Right> = next
<Up> = prev
<Down> = next

gg = goto 1
<Shift+G> = goto -1

Panning

h = pan 50 0
j = pan 0 -50
k = pan 0 50
l = pan -50 0

Zooming

<Shift+plus> = zoom 1
<minus> = zoom -1
a = zoom actual

Rotate Clockwise by 90 degrees

r = rotate by 90

Other commands

q = quit
<Escape> = quit
f = fullscreen
c = center
<Return> = reset

Show a notification with the path of the current image:

p = exec notify-send "$imv_current_file"

Copy the path of the current image to the clipboard:

y = exec <<clip_tool>> "$imv_current_file"

Move the current image to the trash:

d = exec rmtrash "$imv_current_file"; next

Gif playback

<period> = next_frame
<space> = toggle_playing

Slideshow control

s = slideshow +1
<Shift+S> = slideshow 0