summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-08 12:56:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-08 15:08:27 +0200
commit9dcb323c4501cf090b708e6421efbc2cd8702bf2 (patch)
tree2396f96defa3c0bbd3deae222173d71aa6902c02 /imagrc.toml
parent969211174a318f65c0ad98472e852060843d6814 (diff)
Add example configuration for imag-view
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index fdcced6f..85830d51 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -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}}"
+