diff options
author | nfnty <git@nfnty.se> | 2017-03-26 11:51:36 +0200 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-03-26 11:51:36 +0200 |
commit | ad58add9e0e6cb4675b231d967ff2204eabad4c3 (patch) | |
tree | bae63ac16dd091edcdf4c9c55f8eeb7e85026c95 | |
parent | eecc04bbf47f9ac810ed60d2fe9945eeb5d6e7ba (diff) | |
download | ranger-ad58add9e0e6cb4675b231d967ff2204eabad4c3.tar.gz |
config: Disable `cd_tab_smart` by default
-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. |