Add bin/devhamctl
Add bin/docker-traverse.sh Add bin/exec-sanity.sh Add bin/lunardev.sh Add bin/record.sh Add bin/restart-builds-drone.sh Add bin/run-dosier.sh Add bin/sanity.sh Add bin/scan-for-bad-indexes.sh Add bin/ssh-agent.sh Add bin/terraform.sh Add bin/tmux.sh Add bin/update-vault.sh Add bin/zimfwupdate.sh
This commit is contained in:
9
bin/executable_tmux.sh
Normal file
9
bin/executable_tmux.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
function tcd() {
|
||||
tmux new-window -n tcd
|
||||
|
||||
tmux send-keys -t tcd "," C-m
|
||||
|
||||
tmux select-pane -t 0
|
||||
}
|
Reference in New Issue
Block a user