diff --git a/imv/.config/imv/config b/imv/.config/imv/config

new file mode 100644

index 0000000000000000000000000000000000000000..a6ade8d9ad03b5d45c8be414b16f07da2dc468ae

--- /dev/null

+++ b/imv/.config/imv/config

@@ -0,0 +1,46 @@

+[options]

+suppress_default_binds = true

+background = 222222

+overlay = true

+overlay_position_bottom = true

+[aliases]

+[binds]

+# Define some key bindings

+q = quit

+yy = exec wl-copy < $imv_current_file

+# Image navigation

+<Left> = prev

+k = prev

+<Right> = next

+j = next

+gg = goto 1

+<Shift+G> = goto -1

+# Panning

+<Shift+J> = pan 0 -50

+<Shift+K> = pan 0 50

+<Shift+H> = pan 50 0

+<Shift+L> = pan -50 0

+# Zooming

+<Up> = zoom 1

+<Shift+plus> = zoom 1

+i = zoom 1

+<Down> = zoom -1

+<minus> = zoom -1

+o = zoom -1

+# Rotate Clockwise by 90 degrees

+<Ctrl+r> = rotate by 90

+# Other commands

+x = close

+f = fullscreen

+d = overlay

+c = center

+s = scaling next

+<Shift+S> = upscaling next

+a = zoom actual

+r = reset

+# Gif playback

+<period> = next_frame

+<space> = toggle_playing

+# Slideshow control

+t = slideshow +1

+<Shift+T> = slideshow -1