diff --git a/vimrc b/vimrc index 329f291..3c73e89 100644 --- a/vimrc +++ b/vimrc @@ -191,6 +191,8 @@ noremap :Ag "" nnoremap f :let @* = expand("%") " Copy `babel-node --watch` to system clipboard nnoremap tf :let @* = "babel-node " . expand("%") . " --watch" +" Copy `yarn test:mocha:single --watch ` to system clipboard +nnoremap tnf :let @* = "yarn test:mocha:single " . " --watch " . expand("%") " Custom options set mouse=a " Enable mouse in all modes