diff options
author | nfnty <git@nfnty.se> | 2017-03-23 01:30:32 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-03-26 10:52:24 +0200 |
commit | eecc04bbf47f9ac810ed60d2fe9945eeb5d6e7ba (patch) | |
tree | 1ce62411d47501d854962e5b0136eee0adfd9cce /doc | |
parent | 5e3f184ee5da960554f6cc0eea56611cc8d4254e (diff) | |
download | ranger-eecc04bbf47f9ac810ed60d2fe9945eeb5d6e7ba.tar.gz |
commands: cd: Implement smart tab completion with less typing
Thanks to @nanuda for the first implementation and inspiration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 5 | ||||
-rw-r--r-- | doc/ranger.pod | 4 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 7fc444b0..940ffc0a 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.0b5" "2017-03-19" "ranger manual" +.TH RANGER 1 "ranger-1.9.0b5" "2017-03-23" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -713,6 +713,9 @@ Changes case sensitivity for the \*(L"cd\*(R" command tab completion. Possible v \& insensitive \& smart .Ve +.IP "cd_tab_smart [bool]" 4 +.IX Item "cd_tab_smart [bool]" +Use smart tab completion with less typing? E.g. \*(L":cd /f/b/b<tab>\*(R" yields \*(L":cd /foo/bar/baz\*(R". .IP "clear_filters_on_dir_change [bool]" 4 .IX Item "clear_filters_on_dir_change [bool]" If set to 'true', persistent filters would be cleared upon leaving the directory diff --git a/doc/ranger.pod b/doc/ranger.pod index 4ea0142a..ebeeafbe 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -690,6 +690,10 @@ Changes case sensitivity for the "cd" command tab completion. Possible values ar insensitive smart +=item cd_tab_smart [bool] + +Use smart tab completion with less typing? E.g. ":cd /f/b/b<tab>" yields ":cd /foo/bar/baz". + =item clear_filters_on_dir_change [bool] If set to 'true', persistent filters would be cleared upon leaving the directory diff --git a/doc/rifle.1 b/doc/rifle.1 index b5146dd9..95c9ce50 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.0b5" "2017-03-19" "rifle manual" +.TH RIFLE 1 "rifle-1.9.0b5" "2017-03-23" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |