Skip to content

Instantly share code, notes, and snippets.

@trevorrjohn
Created July 12, 2013 13:59
Show Gist options
  • Save trevorrjohn/5984669 to your computer and use it in GitHub Desktop.
Save trevorrjohn/5984669 to your computer and use it in GitHub Desktop.
Run spec in tmux
map rr :exec ":silent !tmux send-keys -t 1 'zspec %". ":" . line('.') . "' C-m"<CR>:redraw!<cr>
map tt :exec ":silent !tmux send-keys -t 1 'zcuke %". ":" . line('.') . "' C-m"<CR>:redraw!<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment