div tweaks + imv config

This commit is contained in:
Henrik Bakken
2025-06-27 23:02:13 +02:00
parent 01b1e426b5
commit 6eabbb0089
4 changed files with 26 additions and 8 deletions
+22
View File
@@ -0,0 +1,22 @@
# General Options.
[options]
background = 2d2d2d
overlay_font = Iosevka:18
overlay_background_color = 282828
# Keybindings.
[binds]
h = prev 1
j = zoom 5
k = zoom -5
l = next 1
<Shift+H> = pan -100 0
<Shift+J> = pan 0 100
<Shift+K> = pan 0 -100
<Shift+L> = pan 100 0
<Ctrl+h> = rotate by -90
<Ctrl+j> = flip vertical
<Ctrl+k> = flip horizontal
<Ctrl+l> = rotate by 90