diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-02-10 08:01:20 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-02-10 08:01:20 +0000 |
commit | 5b6d4c4fd1c25a6bcfdcf9c5eb1e9399f0d169dd (patch) | |
tree | 73d68fe596dfbfba4b6335497ef7ef383634c01e /tmux.1 | |
parent | c6215b55e05daefa47a987b820d0dd301b1c6301 (diff) | |
parent | 32186950f5ae3e3517f39b2723cc247a9da93d8c (diff) | |
download | rtmux-5b6d4c4fd1c25a6bcfdcf9c5eb1e9399f0d169dd.tar.gz rtmux-5b6d4c4fd1c25a6bcfdcf9c5eb1e9399f0d169dd.tar.bz2 rtmux-5b6d4c4fd1c25a6bcfdcf9c5eb1e9399f0d169dd.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -872,12 +872,12 @@ arguments are commands. This may be a single argument passed to the shell, for example: .Bd -literal -offset indent -new-window 'vi /etc/passwd' +new-window 'vi ~/.tmux.conf' .Ed .Pp Will run: .Bd -literal -offset indent -/bin/sh -c 'vi /etc/passwd' +/bin/sh -c 'vi ~/.tmux.conf' .Ed .Pp Additionally, the @@ -894,7 +894,7 @@ to be given as multiple arguments and executed directly (without This can avoid issues with shell quoting. For example: .Bd -literal -offset indent -$ tmux new-window vi /etc/passwd +$ tmux new-window vi ~/.tmux.conf .Ed .Pp Will run @@ -940,7 +940,7 @@ $ tmux kill-window -t :1 $ tmux new-window \e; split-window -d -$ tmux new-session -d 'vi /etc/passwd' \e; split-window -d \e; attach +$ tmux new-session -d 'vi ~/.tmux.conf' \e; split-window -d \e; attach .Ed .Sh CLIENTS AND SESSIONS The |