From b601a275a145dbf8a5eeb08288c42c327748c854 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Wed, 4 Apr 2018 10:56:22 -0700 Subject: [PATCH] Alternative mapping to copy new style test command. --- vimrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.51.2