mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* iterating * stepper-input refactor in prep for sliding-window PR * window-keeper util class * integrate window-keeper into step-transformer
4 lines
285 B
VimL
4 lines
285 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 \t :w<C-m>:!clear;go test github.com/johnkerl/miller/internal/pkg/transformers/...<C-m>
|