Skip to content

Commit

Permalink
Merge pull request clarkgrubb#51 from WIZARDISHUNGRY/master
Browse files Browse the repository at this point in the history
Added tmux/screen CLI command to launch process in new window
  • Loading branch information
clarkgrubb committed Mar 29, 2016
2 parents 165f45a + cf2eb60 commit cd02f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markup/multiplexers
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
||kill session //foo//||$ screen -r foo -X quit||$ tmux kill-session -t foo||
||send multiplexer command to session //foo//||$ screen -r foo -X ##gray|//command//##||$ tmux ##gray|//command//## -t foo||
||run ls in session //foo//||$ screen -r foo -X stuff "ls $(echo -ne '\015')"||$ tmux send-keys -t foo 'ls' C-m||
||run vi in new window||$ screen vi /etc/motd ||$ tmux new-window vi /etc/motd||

[[# key-bindings]]
++ Key Bindings
Expand Down Expand Up @@ -307,4 +308,4 @@ When a //Screen// window is split into multiple regions, a caption line is place

[http://linux.die.net/man/1/nohup man nohup]
[http://www.gnu.org/software/screen/manual/screen.html Screen User's Manual]
[http://manpages.ubuntu.com/manpages/precise/man1/tmux.1.html man tmux]
[http://manpages.ubuntu.com/manpages/precise/man1/tmux.1.html man tmux]

0 comments on commit cd02f14

Please sign in to comment.