diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 1fdcc010..b5c90d75 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -631,7 +631,7 @@ Reload everything Toggle \fIfreeze_files\fR setting. When active (indicated by a cyan \fI\s-1FROZEN\s0\fR message in the status bar), directories and files will not be loaded, improving performance when all the files you need are already loaded. This does not -affect file previews, which can be toggled with \fIzI\fR. Also try disabling the +affect file previews, which can be toggled with \fIzp\fR. Also try disabling the preview of directories with \fIzP\fR. .IP "^L" 14 .IX Item "^L" @@ -947,7 +947,7 @@ with the preview column being as large as the other columns combined. .IP "confirm_on_delete [string]" 4 .IX Item "confirm_on_delete [string]" Ask for a confirmation when running the \*(L"delete\*(R" command? Valid values are -\&\*(L"always\*(R" (default), \*(L"never\*(R", \*(L"multiple\*(R". With \*(L"multiple\*(R", ranger will ask only +\&\*(L"always\*(R", \*(L"never\*(R", \*(L"multiple\*(R" (default). With \*(L"multiple\*(R", ranger will ask only if you delete multiple files at once. .IP "dirname_in_tabs [bool]" 4 .IX Item "dirname_in_tabs [bool]" diff --git a/doc/ranger.pod b/doc/ranger.pod index 88cf82be..3fdc37d3 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -578,7 +578,7 @@ Reload everything Toggle I<freeze_files> setting. When active (indicated by a cyan I<FROZEN> message in the status bar), directories and files will not be loaded, improving performance when all the files you need are already loaded. This does not -affect file previews, which can be toggled with I<zI>. Also try disabling the +affect file previews, which can be toggled with I<zp>. Also try disabling the preview of directories with I<zP>. =item ^L @@ -994,7 +994,7 @@ with the preview column being as large as the other columns combined. =item confirm_on_delete [string] Ask for a confirmation when running the "delete" command? Valid values are -"always" (default), "never", "multiple". With "multiple", ranger will ask only +"always", "never", "multiple" (default). With "multiple", ranger will ask only if you delete multiple files at once. =item dirname_in_tabs [bool] |