[binds] q = quit # Image Navigation = prev

= prev = next = next gg = goto 1 = goto -1 # Panning j = pan 0 -50 k = pan 0 50 h = pan 50 0 l = pan -50 0 # Zooming = zoom 1 = zoom 1 = zoom -1 = zoom -1 = rotate by 90 = rotate by 270 # Other commands x = close f = fullscreen d = overlay a = zoom actual r = reset = wl-copy < "imv_current_file" = convert $file -channel RGB -negate /tmp/output.png && imv /tmp/output.png # Delete and then close an open image by pressing 'X' = exec trash-put "$imv_current_file" # Rotate the currently open image by 90 degrees by pressing 'R' # = exec mogrify -rotate 90 "$imv_current_file" # Use dmenu as a prompt for tagging the current image #u = exec echo "$imv_current_file" >> ~/tags/$(ls ~/tags | dmenu -p "tag")