Add example configuration for imag-view

This commit is contained in:
Matthias Beyer 2017-10-08 12:56:52 +02:00
parent 969211174a
commit 9dcb323c45

View file

@ -205,3 +205,8 @@ timed = "minutely"
[bookmark]
default_collection = "default"
[view.viewers]
# Configure which viewers there are for `imag view <entry> in <viewer>`.
editor = "vim -R {{entry}}"
web = "chromium {{entry}}"