summary refs log tree commit diff stats
path: root/ranger/defaults/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/defaults/options.py')
-rw-r--r--ranger/defaults/options.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index 00be15d1..5b35a551 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -52,6 +52,10 @@ collapse_preview = True
 # Set a title for the window?
 update_title = True
 
+# Shorten the title if it gets long?  The number defines how many
+# directories are displayed at once, False turns off this feature.
+shorten_title = 3
+
 # How many directory-changes or console-commands should be kept in history?
 max_history_size = 20