aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-07-20 15:50:04 +0000
committernicm <nicm>2015-07-20 15:50:04 +0000
commit92af3766ecc456bd8ade8fe5746d27f4557fdaa8 (patch)
tree371174df95c9f8b2bd7e515505325853c88040d0 /tmux.1
parentd4ce210713cc907fc69497c51cf9b64d2f414ca4 (diff)
downloadrtmux-92af3766ecc456bd8ade8fe5746d27f4557fdaa8.tar.gz
rtmux-92af3766ecc456bd8ade8fe5746d27f4557fdaa8.tar.bz2
rtmux-92af3766ecc456bd8ade8fe5746d27f4557fdaa8.zip
Add an option (history-file) for a file to save/restore command prompt
history, from Olof-Joachim Frahm.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 69bde40a..7320df4f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2396,6 +2396,10 @@ passed through to applications running in
.Nm .
Attached clients should be detached and attached again after changing this
option.
+.It Ic history-file Ar path
+If not empty, a file to which
+.Nm
+will write command prompt history on exit and load it from on start.
.It Ic message-limit Ar number
Set the number of error or information messages to save in the message log for
each client.