From ed76df7a4991da0aa19423f855bf9874542d2179 Mon Sep 17 00:00:00 2001 From: Dmitry Kryukov Date: Sun, 12 Mar 2017 21:40:43 -0400 Subject: commands: Add setting for cd tab completion case sensitivity --- doc/ranger.1 | 9 +++++++++ doc/ranger.pod | 8 ++++++++ 2 files changed, 17 insertions(+) (limited to 'doc') 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] " 4 .IX Item "collapse_preview [bool] " 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] When no preview is visible, should the last column be squeezed to make use of -- cgit 1.4.1-2-gfad0 rtik/mu/blame/boot.subx?h=hlt&id=19d2e6423a1a4e7f303b53f1c550cf6a60e36fe8'>blame commit diff stats
blob: f8e04a09e5999014adf8982876525e081de09a46 (plain) (tree)
1
2
3
4
5
6
7