about summary refs log tree commit diff stats
path: root/ranger/config/rc.conf
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-25 12:45:03 +0100
committerhut <hut@hut.pm>2018-01-25 12:45:03 +0100
commite347b6cf556b4a39f5547ec9fd1ae5884d7820a9 (patch)
tree1e6351b6abdc0389f1f753f62a85c0d8b25e3aff /ranger/config/rc.conf
parent4bb5e4931bf5ccbbc3d9f71e516d607415b7baa7 (diff)
downloadranger-e347b6cf556b4a39f5547ec9fd1ae5884d7820a9.tar.gz
Renamed `cd_tab_smart` to `cd_tab_fuzzy`
"Fuzzy" is the more applicable term here.  "Smart" is often associated
with case sensitivity.  So it would avoid confusion between
`set cd_tab_case smart` and `set cd_tab_smart true`.
Diffstat (limited to 'ranger/config/rc.conf')
-rw-r--r--ranger/config/rc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 6bb8f0d0..388e56e6 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -207,8 +207,9 @@ set cd_bookmarks true
 # Changes case sensitivity for the cd command tab completion
 set cd_tab_case sensitive
 
-# Use smart tab completion with less typing? E.g. ":cd /f/b/b<tab>" yields ":cd /foo/bar/baz".
-set cd_tab_smart false
+# Use fuzzy tab completion with the "cd" command. For example,
+# ":cd /u/lo/b<tab>" expands to ":cd /usr/local/bin".
+set cd_tab_fuzzy false
 
 # Avoid previewing files larger than this size, in bytes.  Use a value of 0 to
 # disable this feature.