diff options
author | hut <hut@lavabit.com> | 2012-12-10 14:02:21 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-12-10 14:02:21 +0100 |
commit | 07c684420e1f869e16848370e1a24b481812daf5 (patch) | |
tree | 437e04a1ec1ca22c780ac676dc17ae57c092eea5 /doc | |
parent | 6bd182d83a0edad921916f210a62ca2cebf1cc31 (diff) | |
download | ranger-07c684420e1f869e16848370e1a24b481812daf5.tar.gz |
container.settingobject: added setting "update_tmux_title"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 5 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index c0cf6b1f..301653db 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.5.5" "12/06/2012" "ranger manual" +.TH RANGER 1 "ranger-1.5.5" "12/10/2012" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -678,6 +678,9 @@ Use a unicode \*(L"...\*(R" character instead of \*(L"~\*(R" to mark cut-off fil .IP "update_title [bool]" 4 .IX Item "update_title [bool]" Set a window title? +.IP "update_tmux_title [bool]" 4 +.IX Item "update_tmux_title [bool]" +Set the title to \*(L"ranger\*(R" in the tmux program? .IP "use_preview_script [bool] <zv>" 4 .IX Item "use_preview_script [bool] <zv>" Use the preview script defined in the setting \fIpreview_script\fR? diff --git a/doc/ranger.pod b/doc/ranger.pod index 366e0bdc..8ac18911 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -682,6 +682,10 @@ Use a unicode "..." character instead of "~" to mark cut-off filenames? Set a window title? +=item update_tmux_title [bool] + +Set the title to "ranger" in the tmux program? + =item use_preview_script [bool] <zv> Use the preview script defined in the setting I<preview_script>? |