Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patsancu/12961dac585bc03ad62156cba2f2389f to your computer and use it in GitHub Desktop.
Save patsancu/12961dac585bc03ad62156cba2f2389f to your computer and use it in GitHub Desktop.
#shell #command #tmux #dev
function do-reports() {
tmux new-window "vim TODO_$(date +%Y%m%d).md"; tmux split-window -d "vim DOING_$(date +%Y%m%d).md"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment