mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
5 lines
350 B
VimL
5 lines
350 B
VimL
map \d :w<C-m>:!clear;echo Building ...; echo; make mlr<C-m>
|
|
map \f :w<C-m>:!clear;echo Building ...; echo; make ut<C-m>
|
|
"map \r :w<C-m>:!clear;echo Building ...; echo; make ut-scan ut-mlv<C-m>
|
|
map \r :w<C-m>:!clear;echo Building ...; echo; make ut-lib<C-m>
|
|
map \t :w<C-m>:!clear;go test github.com/johnkerl/miller/internal/pkg/transformers/...<C-m>
|