diff options
author | hut <hut@hut.pm> | 2017-10-01 12:24:18 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-10-01 12:24:18 +0200 |
commit | 0ea94c81a2dff42c28e2655e5ba7987dc78f55be (patch) | |
tree | ab3c27e9cf12467fb35ca3069019bdf875d8a658 /doc | |
parent | fec819a1a7b33811148750760879b5ee3ab0a0e0 (diff) | |
download | ranger-0ea94c81a2dff42c28e2655e5ba7987dc78f55be.tar.gz |
Add option 'save_backtick_bookmark', fixes #947
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 5 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 91f10a58..1e745fb6 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.0b5" "09/26/2017" "ranger manual" +.TH RANGER 1 "ranger-1.9.0b5" "10/01/2017" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -839,6 +839,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 "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 +directory by typing \f(CW\*(C`\`\`\*(C'\fR. .IP "save_console_history [bool]" 4 .IX Item "save_console_history [bool]" Should the console history be saved on exit? If disabled, the console history diff --git a/doc/ranger.pod b/doc/ranger.pod index 2ec98d2b..f7053361 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -841,6 +841,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 save_backtick_bookmark [bool] + +Save the C<`> bookmark to disk. This bookmark is used to switch to the last +directory by typing C<``>. + =item save_console_history [bool] Should the console history be saved on exit? If disabled, the console history diff --git a/doc/rifle.1 b/doc/rifle.1 index c9ffbf5f..4d501df0 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.0b5" "09/26/2017" "rifle manual" +.TH RIFLE 1 "rifle-1.9.0b5" "10/01/2017" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |