diff options
author | hut <hut@hut.pm> | 2017-10-17 23:50:03 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-10-17 23:50:03 +0200 |
commit | 45f8b2c35a302de8d2599db2639843725c1302c8 (patch) | |
tree | b5a129faa4eb9bec4305b6ae5c2f9dc8926421c8 /doc | |
parent | 7d597e21e50e9beaa94536cfd88bd6cc5a790a7e (diff) | |
parent | e2f72291063f95089bfb3c9613a969dd5e5a34d8 (diff) | |
download | ranger-45f8b2c35a302de8d2599db2639843725c1302c8.tar.gz |
Merge branch 'one-indexed' of https://github.com/n1amr/ranger
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 1e745fb6..f96c7f20 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -816,6 +816,14 @@ all directories above the current one as well? .IP "mouse_enabled [bool] <zm>" 4 .IX Item "mouse_enabled [bool] <zm>" Enable mouse input? +.IP "one_indexed [bool]" 4 +.IX Item "one_indexed [bool]" +Start line numbers from 1. Possible values are: +.Sp +.Vb 2 +\& false start line numbers from 0 +\& true start line numbers from 1 +.Ve .IP "padding_right [bool]" 4 .IX Item "padding_right [bool]" When collapse_preview is on and there is no preview, should there remain a diff --git a/doc/ranger.pod b/doc/ranger.pod index f7053361..310ab1fd 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -812,6 +812,13 @@ all directories above the current one as well? Enable mouse input? +=item one_indexed [bool] + +Start line numbers from 1. Possible values are: + + false start line numbers from 0 + true start line numbers from 1 + =item padding_right [bool] When collapse_preview is on and there is no preview, should there remain a |