# Default config for imv [options] # Suppress built-in key bindings, and specify them explicitly in this # config file. suppress_default_binds = true initial_pan = 50 0 scaling_mode = crop [aliases] # Define aliases here. Any arguments passed to an alias are appended to the # command. # alias = command to run [binds] # Define some key bindings q = quit y = exec wl-copy < $imv_current_file # Image navigation = prev = prev = next = next gg = goto 0 = goto -1 # Panning {{@@ key.left @@}} = pan 50 0 {{@@ key.down @@}} = pan 0 -50 {{@@ key.up @@}} = pan 0 50 {{@@ key.right @@}}= pan -50 0 # Zooming = zoom 1 = zoom 1 = zoom -1 = zoom -1 # Other commands x = close f = fullscreen d = overlay p = exec echo $imv_current_file c = center {{@@ key.next @@}} = scaling next = upscaling next a = zoom actual r = reset # Gif playback = next_frame = toggle_playing # Slideshow control w = slideshow +1 = slideshow -1 # vim: ft=dosini:cms=#\ %s