diff options
author | hut <hut@hut.pm> | 2017-07-16 07:35:25 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-07-16 07:35:25 +0200 |
commit | b6e34c6d9e191a6e01fadd5098eff904426f8539 (patch) | |
tree | 3aa19ec120013b409d586c11cb890acc5621f7b7 | |
parent | d1ac566f44f29f0a94681520a64f385704db9084 (diff) | |
download | ranger-b6e34c6d9e191a6e01fadd5098eff904426f8539.tar.gz |
doc/ranger.1: mention "FROZEN", so people can grep it
-rw-r--r-- | doc/ranger.1 | 9 | ||||
-rw-r--r-- | doc/ranger.pod | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 4c8267f2..3bf260f1 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -491,10 +491,11 @@ Move up and down in the parent directory. Reload everything .IP "F" 14 .IX Item "F" -Toggle \fIfreeze_files\fR setting. When active, 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 preview of directories with \fIzP\fR. +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 +preview of directories with \fIzP\fR. .IP "^L" 14 .IX Item "^L" Redraw the screen diff --git a/doc/ranger.pod b/doc/ranger.pod index f5e03b5a..9c91bd96 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -403,10 +403,11 @@ Reload everything =item F -Toggle I<freeze_files> setting. When active, 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 preview of directories with I<zP>. +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 +preview of directories with I<zP>. =item ^L |