diff options
author | Leo Vivier <leo.vivier@gmail.com> | 2018-08-26 13:05:57 +0200 |
---|---|---|
committer | Leo Vivier <leo.vivier@gmail.com> | 2018-09-01 10:43:51 +0200 |
commit | 499fb0421b0af276a4c971c0e73f4eb0024a7379 (patch) | |
tree | d8991557e3c3dba5d8a2352d587d503cf915f336 /doc | |
parent | e10321b9f8020bdf4c05a1cddc9f989154de8adf (diff) | |
download | ranger-499fb0421b0af276a4c971c0e73f4eb0024a7379.tar.gz |
Revert "Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE"
This reverts commit dedbabb8eb6035bcbd44c6163834247f1a0415cd.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 936b10bd..380a48dc 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -700,13 +700,13 @@ Show the current filter stack state. .IX Subsection "READLINE-LIKE BINDINGS IN THE CONSOLE" .IP "^B, ^F" 14 .IX Item "^B, ^F" -Move left and right (B for back, F for forward). +Move left and right (B for back, F for forward) .IP "^P, ^N" 14 .IX Item "^P, ^N" -Move up and down (P for previous, N for Next). +Move up and down (P for previous, N for Next) .IP "^A, ^E" 14 .IX Item "^A, ^E" -Move to the start or to the end. +Move to the start or to the end .IP "Alt-B" 14 .IX Item "Alt-B" Move backwards by words. diff --git a/doc/ranger.pod b/doc/ranger.pod index 6411292c..1b1af68e 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -680,15 +680,15 @@ Show the current filter stack state. =item ^B, ^F -Move left and right (B for back, F for forward). +Move left and right (B for back, F for forward) =item ^P, ^N -Move up and down (P for previous, N for Next). +Move up and down (P for previous, N for Next) =item ^A, ^E -Move to the start or to the end. +Move to the start or to the end =item Alt-B |