summaryrefslogtreecommitdiffstats
path: root/docs/configuration/joshuto.toml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/joshuto.toml.md')
-rw-r--r--docs/configuration/joshuto.toml.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/joshuto.toml.md b/docs/configuration/joshuto.toml.md
index ee88c33..1fc6e6e 100644
--- a/docs/configuration/joshuto.toml.md
+++ b/docs/configuration/joshuto.toml.md
@@ -20,6 +20,13 @@ use_trash = true
# Watch for filesystem changes and update directory listings accordingly
watch_files = true
+# If true the cursor will focus newly created files or directories with `:touch` or `:mkdir`
+# Even if true, the behavior can be avoided prefixing the new file/dir with "./"
+# E.g.:
+# - `:mkdir a` moves the cursor to the new directory `a`
+# - `:mkdir ./b` keeps the cursor where it was
+focus_on_create = true
+
# The maximum file size to show a preview for
max_preview_size = 2097152 # 2MB