Created
July 15, 2021 19:26
-
-
Save filipechagas/62d09dc04602c09af4a6137fe3f5e631 to your computer and use it in GitHub Desktop.
VI mapping to execute tests on tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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