div tweaks + imv config
This commit is contained in:
+22
@@ -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
|
||||
Reference in New Issue
Block a user