dotfiles/dot_config/tmux/bootstraps/dev.sh

5 lines
77 B
Bash
Raw Permalink Normal View History

2025-01-14 19:31:48 +09:00
#!/bin/sh
# Create new window
tmux neww -n dev
tmux send-keys -t 0 'cdd' C-m