imv/files/imv_config

62 lines
989 B
Plaintext
Raw Normal View History

2017-11-23 23:17:40 +01:00
# Default config for imv
[options]
2017-11-29 22:57:24 +01:00
# Suppress built-in key bindings, and specify them explicitly in this
# config file.
suppress_default_binds = true
2017-11-23 23:17:40 +01:00
2017-11-28 23:06:55 +01:00
[aliases]
2019-08-23 22:08:35 +02:00
# Define aliases here. Any arguments passed to an alias are appended to the
# command.
# alias = command to run
2017-11-28 23:06:55 +01:00
2017-11-23 23:17:40 +01:00
[binds]
2019-09-06 10:00:38 +02:00
# Define some key bindings
q = quit
2019-08-23 22:08:35 +02:00
y = exec echo working!
2017-11-23 23:17:40 +01:00
# Image navigation
2019-08-23 22:08:35 +02:00
<Left> = prev
<bracketleft> = prev
<Right> = next
<bracketright> = next
gg = goto 1
2019-08-23 22:08:35 +02:00
<Shift+G> = goto -1
2017-11-23 23:17:40 +01:00
# Panning
j = pan 0 -50
k = pan 0 50
h = pan 50 0
l = pan -50 0
2017-11-23 23:17:40 +01:00
# Zooming
<Up> = zoom 1
2019-08-23 22:08:35 +02:00
<Shift+plus> = zoom 1
i = zoom 1
<Down> = zoom -1
2019-08-23 22:08:35 +02:00
<minus> = zoom -1
o = zoom -1
2017-11-23 23:17:40 +01:00
# Rotate Clockwise by 90 degrees
<Ctrl+r> = rotate by 90
2017-11-23 23:17:40 +01:00
# Other commands
2017-11-29 20:43:11 +01:00
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
2017-11-23 23:17:40 +01:00
# Gif playback
2019-08-23 22:08:35 +02:00
<period> = next_frame
<space> = toggle_playing
2017-11-23 23:17:40 +01:00
# Slideshow control
2019-08-23 22:08:35 +02:00
t = slideshow +1
<Shift+T> = slideshow -1