diff options
author | Wojciech Siewierski <wojciech@siewierski.eu> | 2019-12-28 01:05:18 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech@siewierski.eu> | 2019-12-28 01:05:18 +0100 |
commit | 45f58365d6b0ef475407571c77cb98cd7ae1717e (patch) | |
tree | 6025c18e780ad3f9248f2c10b3299848d3aa40bb /doc | |
parent | e351a753b2a060392ea795e37120f4761ac41b4b (diff) | |
parent | 6bd428ff46a398603b108c897e48c98d2a0e536f (diff) | |
download | ranger-45f58365d6b0ef475407571c77cb98cd7ae1717e.tar.gz |
Merge branch 'wraptext' of https://github.com/toonn/ranger
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 0d3efc16..e3896877 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.2" "2019-12-22" "ranger manual" +.TH RANGER 1 "ranger-1.9.2" "2019-12-28" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1203,6 +1203,10 @@ Increase it in case of experiencing display corruption. Offset in pixels for the inner border of the terminal. Some terminals require the offset to be specified explicitly, among others st and UXterm, some don't like urxvt. +.IP "wrap_plaintext_previews [bool]" 4 +.IX Item "wrap_plaintext_previews [bool]" +Whether or not to wrap long lines in the pager, this includes previews of plain +text files. .IP "wrap_scroll [bool]" 4 .IX Item "wrap_scroll [bool]" Enable scroll wrapping \- moving down while on the last item will wrap around to diff --git a/doc/ranger.pod b/doc/ranger.pod index 5d6f9b01..911b6480 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1293,6 +1293,11 @@ Offset in pixels for the inner border of the terminal. Some terminals require the offset to be specified explicitly, among others st and UXterm, some don't like urxvt. +=item wrap_plaintext_previews [bool] + +Whether or not to wrap long lines in the pager, this includes previews of plain +text files. + =item wrap_scroll [bool] Enable scroll wrapping - moving down while on the last item will wrap around to |