Skip to content

Instantly share code, notes, and snippets.

@filipechagas
Created July 15, 2021 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipechagas/62d09dc04602c09af4a6137fe3f5e631 to your computer and use it in GitHub Desktop.
Save filipechagas/62d09dc04602c09af4a6137fe3f5e631 to your computer and use it in GitHub Desktop.
VI mapping to execute tests on tmux
map <leader>t :call SendToTmux("clear\ryarn test:unit " . expand('%') . "\r")<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment