diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-06-17 13:50:21 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-06-17 13:55:20 +0200 |
commit | 835065f2819f2dde2426e203996c12862a97d3f8 (patch) | |
tree | 326179e224535f3346d1c6c24e196cc99171cb40 /doc | |
parent | f2c8a7ff2680bdb91a499479eca59eda351ddb86 (diff) | |
download | ranger-835065f2819f2dde2426e203996c12862a97d3f8.tar.gz |
New setting: relative_current_zero
Closes #1205.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 03791924..5b3afa73 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -908,6 +908,10 @@ to disable this feature. Which script should handle generating previews? If the file doesn't exist, or use_preview_script is off, ranger will handle previews itself by just printing the content. +.IP "relative_current_zero [bool]" 4 +.IX Item "relative_current_zero [bool]" +When line_numbers is set to relative, show 0 on the current line if +true or show the absolute number of the current line when false. .IP "save_backtick_bookmark [bool]" 4 .IX Item "save_backtick_bookmark [bool]" Save the \f(CW\*(C`\`\*(C'\fR bookmark to disk. This bookmark is used to switch to the last diff --git a/doc/ranger.pod b/doc/ranger.pod index 24df0fc9..fcee60aa 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -921,6 +921,11 @@ Which script should handle generating previews? If the file doesn't exist, or use_preview_script is off, ranger will handle previews itself by just printing the content. +=item relative_current_zero [bool] + +When line_numbers is set to relative, show 0 on the current line if +true or show the absolute number of the current line when false. + =item save_backtick_bookmark [bool] Save the C<`> bookmark to disk. This bookmark is used to switch to the last |