diff options
author | hut <hut@hut.pm> | 2018-01-28 17:09:48 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 17:22:05 +0100 |
commit | fbb0c339eb2d0ab4d352997384e61fb3db758b11 (patch) | |
tree | 2b20f1b6e40ccc1fd3c37d6d75cc3e4b13857635 /doc | |
parent | 4d12c26397fcc5c8177d87b7f35411f85ae13b1e (diff) | |
download | ranger-fbb0c339eb2d0ab4d352997384e61fb3db758b11.tar.gz |
manpage: documented `show_selection_in_titlebar` setting
@Klinkenstecker: please document your settings in the man page next time ;)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 5a17577a..879768fd 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -905,6 +905,9 @@ Show dotfiles in the bookmark preview window? (Type ') .IP "show_hidden [bool] <zh>, <^H>" 4 .IX Item "show_hidden [bool] <zh>, <^H>" Show hidden files? +.IP "show_selection_in_titlebar [bool]" 4 +.IX Item "show_selection_in_titlebar [bool]" +Add the highlighted file to the path in the titlebar .IP "sort_case_insensitive [bool] <zc>" 4 .IX Item "sort_case_insensitive [bool] <zc>" Sort case-insensitively? If true, \*(L"a\*(R" will be listed before \*(L"B\*(R" even though diff --git a/doc/ranger.pod b/doc/ranger.pod index fac0d515..bf2f6e74 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -917,6 +917,10 @@ Show dotfiles in the bookmark preview window? (Type ') Show hidden files? +=item show_selection_in_titlebar [bool] + +Add the highlighted file to the path in the titlebar + =item sort_case_insensitive [bool] <zc> Sort case-insensitively? If true, "a" will be listed before "B" even though |