summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}}"
+