diff options
author | nfnty <git@nfnty.se> | 2017-03-19 19:30:19 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-03-19 19:30:36 +0100 |
commit | 5e3f184ee5da960554f6cc0eea56611cc8d4254e (patch) | |
tree | cbaf8805de1331a44c6e6b33e5c2e002fe2cca64 /doc | |
parent | ed76df7a4991da0aa19423f855bf9874542d2179 (diff) | |
download | ranger-5e3f184ee5da960554f6cc0eea56611cc8d4254e.tar.gz |
doc: ranger: Reorder some settings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 16 | ||||
-rw-r--r-- | doc/ranger.pod | 20 |
2 files changed, 18 insertions, 18 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index bbf6143c..7fc444b0 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -713,6 +713,9 @@ Changes case sensitivity for the \*(L"cd\*(R" command tab completion. Possible v \& insensitive \& smart .Ve +.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 .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 @@ -820,6 +823,11 @@ the content. .IX Item "save_console_history [bool]" Should the console history be saved on exit? If disabled, the console history is reset when you restart ranger. +.IP "save_tabs_on_exit [bool]" 4 +.IX Item "save_tabs_on_exit [bool]" +Save all tabs, except the active, on exit? The last saved tabs are restored once +when starting the next session. Multiple sessions are stored in a stack and the +oldest saved tabs are restored first. .IP "scroll_offset [integer]" 4 .IX Item "scroll_offset [integer]" Try to keep this much space between the top/bottom border when scrolling. @@ -898,14 +906,6 @@ the top and vice versa. .IX Item "xterm_alt_key [bool]" Enable this if key combinations with the Alt Key don't work for you. (Especially on xterm) -.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 -.IP "save_tabs_on_exit [bool]" 4 -.IX Item "save_tabs_on_exit [bool]" -Save all tabs, except the active, on exit? The last saved tabs are restored once -when starting the next session. Multiple sessions are stored in a stack and the -oldest saved tabs are restored first. .SH "COMMANDS" .IX Header "COMMANDS" You can enter the commands in the console which is opened by pressing \*(L":\*(R". diff --git a/doc/ranger.pod b/doc/ranger.pod index 870ab5fd..4ea0142a 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 clear_filters_on_dir_change [bool] + +If set to 'true', persistent filters would be cleared upon leaving the directory + =item collapse_preview [bool] <zc> When no preview is visible, should the last column be squeezed to make use of @@ -818,6 +822,12 @@ the content. Should the console history be saved on exit? If disabled, the console history is reset when you restart ranger. +=item save_tabs_on_exit [bool] + +Save all tabs, except the active, on exit? The last saved tabs are restored once +when starting the next session. Multiple sessions are stored in a stack and the +oldest saved tabs are restored first. + =item scroll_offset [integer] Try to keep this much space between the top/bottom border when scrolling. @@ -915,16 +925,6 @@ the top and vice versa. Enable this if key combinations with the Alt Key don't work for you. (Especially on xterm) -=item clear_filters_on_dir_change [bool] - -If set to 'true', persistent filters would be cleared upon leaving the directory - -=item save_tabs_on_exit [bool] - -Save all tabs, except the active, on exit? The last saved tabs are restored once -when starting the next session. Multiple sessions are stored in a stack and the -oldest saved tabs are restored first. - =back |