Add example configuration for imag-view
This commit is contained in:
parent
969211174a
commit
9dcb323c45
1 changed files with 5 additions and 0 deletions
|
@ -205,3 +205,8 @@ timed = "minutely"
|
||||||
[bookmark]
|
[bookmark]
|
||||||
default_collection = "default"
|
default_collection = "default"
|
||||||
|
|
||||||
|
[view.viewers]
|
||||||
|
# Configure which viewers there are for `imag view <entry> in <viewer>`.
|
||||||
|
editor = "vim -R {{entry}}"
|
||||||
|
web = "chromium {{entry}}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue