2021-02-13 11:28:59 -05:00
|
|
|
# Default config for imv
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
|
|
|
# Suppress built-in key bindings, and specify them explicitly in this
|
|
|
|
# config file.
|
|
|
|
suppress_default_binds = true
|
|
|
|
|
|
|
|
# Theme
|
|
|
|
background = 2e3440
|
|
|
|
overlay_text_color = eceff4
|
|
|
|
overlay_background_color = 2e3440
|
|
|
|
# background = 282c34
|
|
|
|
# overlay_text_color = bbc2cf
|
|
|
|
# overlay_background_color = 282c34
|
|
|
|
overlay_background_alpha = c3
|
|
|
|
|
|
|
|
# Custom settings
|
|
|
|
initial_pan = 0 0
|
|
|
|
scaling_mode = full
|
|
|
|
overlay = true
|
2021-03-09 12:09:33 -05:00
|
|
|
overlay_font = Sarasa Mono J:20
|
2021-02-13 11:28:59 -05:00
|
|
|
overlay_text = [$imv_current_index/$imv_file_count] $imv_current_file [${imv_width}x${imv_height}] [$imv_scaling_mode - $imv_scale%]
|
|
|
|
|
|
|
|
[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
|
2021-02-18 10:17:03 -05:00
|
|
|
<Ctrl+d> = exec rm -f $imv_current_file; next
|
|
|
|
<Delete> = exec rm -f $imv_current_file; next
|
2021-02-13 11:28:59 -05:00
|
|
|
|
|
|
|
# Image navigation
|
|
|
|
<Left> = prev
|
|
|
|
<bracketleft> = prev
|
|
|
|
<Right> = next
|
|
|
|
<bracketright> = next
|
|
|
|
gg = goto 1
|
|
|
|
<Shift+G> = goto -1
|
|
|
|
|
|
|
|
# Panning
|
|
|
|
j = pan 0 -50
|
|
|
|
k = pan 0 50
|
|
|
|
h = pan 50 0
|
|
|
|
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
|
|
|
|
p = exec echo $imv_current_file
|
|
|
|
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
|