about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.116
-rw-r--r--doc/ranger.pod20
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