diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-12-15 21:21:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-12-15 21:21:56 +0000 |
commit | 5445918b3e4dd2e474ea30e0069ddef60077b42b (patch) | |
tree | 7b39fb5c2d7dbd3f7e4737c0c889f32579a78dc5 /tmux.1 | |
parent | 3bc3f632e192319825b0a8b789a55e56b8bf99a9 (diff) | |
download | rtmux-5445918b3e4dd2e474ea30e0069ddef60077b42b.tar.gz rtmux-5445918b3e4dd2e474ea30e0069ddef60077b42b.tar.bz2 rtmux-5445918b3e4dd2e474ea30e0069ddef60077b42b.zip |
source-file command from Tiago Cunha.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.51 2008-11-17 17:41:35 nicm Exp $ +.\" $Id: tmux.1,v 1.52 2008-12-15 21:21:56 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -804,6 +804,12 @@ options are listed. .Xc .D1 (alias: Ic showw ) List the current options for the given window. +.It Xo Ic source-file +.Ar path +.Xc +.D1 (alias: Ic source ) +Execute commands from +.Ar path . .It Xo Ic start-server .Xc Start the |