diff options
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 244c9bd5..38d1b47d 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -196,7 +196,7 @@ set cd_bookmarks true 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 true +set cd_tab_smart false # Avoid previewing files larger than this size, in bytes. Use a value of 0 to # disable this feature. |