From b327b7352e10909d4713d3c802c4c34945523e2b Mon Sep 17 00:00:00 2001 From: Vitaly Belman Date: Fri, 17 Mar 2017 10:06:53 +0200 Subject: Add ability to save/restore tabs Fixes #502 Closes #505 --- doc/ranger.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/ranger.1') 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". -- cgit 1.4.1-2-gfad0 lias.c?id=c3ea8f8d0bc3a8e4f5660a76e3988847e18de824'>blame commit diff stats
path: root/tests/test_cmd_alias.c
blob: 27fd806b47e65cb9a993e363b371ddda9436fd9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16