diff options
author | Dmitry Kryukov <remasik@gmail.com> | 2017-03-12 21:40:43 -0400 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-03-19 19:28:34 +0100 |
commit | ed76df7a4991da0aa19423f855bf9874542d2179 (patch) | |
tree | 1e4836e199fba8c1058337baa6a0843375d1cc28 /doc | |
parent | b327b7352e10909d4713d3c802c4c34945523e2b (diff) | |
download | ranger-ed76df7a4991da0aa19423f855bf9874542d2179.tar.gz |
commands: Add setting for cd tab completion case sensitivity
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 9 | ||||
-rw-r--r-- | doc/ranger.pod | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index ed41966d..bbf6143c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -704,6 +704,15 @@ though by turning on this option. .IX Item "cd_bookmarks [bool]" Specify whether bookmarks should be included in the tab completion of the \*(L"cd\*(R" command. +.IP "cd_tab_case [string]" 4 +.IX Item "cd_tab_case [string]" +Changes case sensitivity for the \*(L"cd\*(R" command tab completion. Possible values are: +.Sp +.Vb 3 +\& sensitive +\& insensitive +\& smart +.Ve .IP "collapse_preview [bool] <zc>" 4 .IX Item "collapse_preview [bool] <zc>" When no preview is visible, should the last column be squeezed to make use of diff --git a/doc/ranger.pod b/doc/ranger.pod index 8fd499cf..870ab5fd 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -682,6 +682,14 @@ though by turning on this option. Specify whether bookmarks should be included in the tab completion of the "cd" command. +=item cd_tab_case [string] + +Changes case sensitivity for the "cd" command tab completion. Possible values are: + + sensitive + insensitive + smart + =item collapse_preview [bool] <zc> When no preview is visible, should the last column be squeezed to make use of |