# Snippets - Tmux **Kind**:: #snippets-collection **Source**:: #from/vsnip **Generated by**:: [[ob-snippets]] **Snippets**:: 3 ## tmux-up (`tu`) ```shell send "vim" C-m neww -n shell ``` ## send (`send`) ```shell send "$1" C-m ``` ## New Window (`neww`) ```shell neww -n ${1:shell} send "$2" C-m ```