From 3cb8b81a00ff60b4fbce57f5aa788faf96ad31da Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sun, 28 Apr 2024 15:11:30 +0200 Subject: add imv config --- .config/imv/config | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .config/imv/config diff --git a/.config/imv/config b/.config/imv/config new file mode 100644 index 0000000..4ea9bf7 --- /dev/null +++ b/.config/imv/config @@ -0,0 +1,64 @@ +# Default config for imv + +[options] + +# Suppress built-in key bindings, and specify them explicitly in this +# config file. +suppress_default_binds = true + +[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 echo working! + +# 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 +i = zoom 1 + = zoom -1 + = zoom -1 +o = zoom -1 + +# Rotate Clockwise by 90 degrees + = rotate by 90 + +# Other commands +x = close +f = fullscreen +d = overlay +p = exec echo $imv_current_file +c = center +s = scaling next + = upscaling next +a = zoom actual +r = reset + +# Gif playback + = next_frame + = toggle_playing + +# Slideshow control +t = slideshow +1 + = slideshow -1 + +# Custom + = exec wl-copy $imv_current_file -- cgit v1.2.3