diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index c005afee..a86b1ab3 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -988,8 +988,8 @@ on top of those for \fIdraw_borders\fR: .IX Item "draw_progress_bar_in_status_bar [bool]" Draw a progress bar in the status bar which displays the average state of all currently running tasks which support progress bars? -.IP "flushinput [bool] <zi>" 4 -.IX Item "flushinput [bool] <zi>" +.IP "flushinput [bool] <zI>" 4 +.IX Item "flushinput [bool] <zI>" Flush the input after each key hit? One advantage is that when scrolling down with \*(L"j\*(R", ranger stops scrolling instantly when you release the key. One disadvantage is that when you type commands blindly, some keys might get lost. @@ -1094,8 +1094,8 @@ Preview directories in the preview column? .IP "preview_files [bool] <zp>" 4 .IX Item "preview_files [bool] <zp>" Preview files in the preview column? -.IP "preview_images [bool]" 4 -.IX Item "preview_images [bool]" +.IP "preview_images [bool] <zi>" 4 +.IX Item "preview_images [bool] <zi>" Draw images inside the console with the external program w3mimgpreview? .IP "preview_images_method [string]" 4 .IX Item "preview_images_method [string]" diff --git a/doc/ranger.pod b/doc/ranger.pod index bf92d1d4..2484581c 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1040,7 +1040,7 @@ on top of those for I<draw_borders>: Draw a progress bar in the status bar which displays the average state of all currently running tasks which support progress bars? -=item flushinput [bool] <zi> +=item flushinput [bool] <zI> Flush the input after each key hit? One advantage is that when scrolling down with "j", ranger stops scrolling instantly when you release the key. One @@ -1159,7 +1159,7 @@ Preview directories in the preview column? Preview files in the preview column? -=item preview_images [bool] +=item preview_images [bool] <zi> Draw images inside the console with the external program w3mimgpreview? |