# Snippets - Tmux
**Kind**:: #snippets-collection
**Source**:: #from/vsnip
**Generated by**:: [[ob-snippets]]
**Snippets**:: 4
## tmux-up (`tu`)
```shell
send "vim" C-m
neww -n shell
selectw 1
```
## tmux-up with mise (`tmise`)
```shell
send "mact && vim" C-m
set default-command "env TERM=xterm-256color mise en -s zsh"
neww -n shell
selectw 1
```
## send (`send`)
```shell
send "$1" C-m
```
## New Window (`neww`)
```shell
neww -n ${1:shell}
send "$2" C-m
```