tmux common tasks
new file: scripts/itermtmux resume tmux with iterm integration new file: scripts/localtmux resume tmux on local console new file: scripts/newtmux start new tmux for itermtmux and localtmux
This commit is contained in:
parent
d41dff7917
commit
683476941d
3
scripts/itermtmux
Executable file
3
scripts/itermtmux
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tmux -CC a -t $(hostname -s)
|
||||||
3
scripts/localtmux
Executable file
3
scripts/localtmux
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tmux a -t $(hostname -s)
|
||||||
3
scripts/newtmux
Executable file
3
scripts/newtmux
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tmux new -s $(hostname -s)
|
||||||
Loading…
Reference in New Issue
Block a user