diff options
author | Vitaly Belman <vitaly@telefonica.com> | 2017-03-17 10:06:53 +0200 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-03-19 19:03:59 +0100 |
commit | b327b7352e10909d4713d3c802c4c34945523e2b (patch) | |
tree | 471e825de36799e2cc9dca38c876838f9f4edc0a /doc | |
parent | eb4d9d5424ee31ae911876213b7d483f8a90d451 (diff) | |
download | ranger-b327b7352e10909d4713d3c802c4c34945523e2b.tar.gz |
Add ability to save/restore tabs
Fixes #502 Closes #505
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 7 | ||||
-rw-r--r-- | doc/ranger.pod | 6 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 402fb598..ed41966d 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.0b5" "2017-02-19" "ranger manual" +.TH RANGER 1 "ranger-1.9.0b5" "2017-03-19" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -892,6 +892,11 @@ Enable this if key combinations with the Alt Key don't work for you. .IP "clear_filters_on_dir_change [bool]" 4 .IX Item "clear_filters_on_dir_change [bool]" If set to 'true', persistent filters would be cleared upon leaving the directory +.IP "save_tabs_on_exit [bool]" 4 +.IX Item "save_tabs_on_exit [bool]" +Save all tabs, except the active, on exit? The last saved tabs are restored once +when starting the next session. Multiple sessions are stored in a stack and the +oldest saved tabs are restored first. .SH "COMMANDS" .IX Header "COMMANDS" You can enter the commands in the console which is opened by pressing \*(L":\*(R". diff --git a/doc/ranger.pod b/doc/ranger.pod index bb30fab3..8fd499cf 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -911,6 +911,12 @@ Enable this if key combinations with the Alt Key don't work for you. If set to 'true', persistent filters would be cleared upon leaving the directory +=item save_tabs_on_exit [bool] + +Save all tabs, except the active, on exit? The last saved tabs are restored once +when starting the next session. Multiple sessions are stored in a stack and the +oldest saved tabs are restored first. + =back diff --git a/doc/rifle.1 b/doc/rifle.1 index e5fe737c..b5146dd9 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.0b5" "2017-02-19" "rifle manual" +.TH RIFLE 1 "rifle-1.9.0b5" "2017-03-19" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |