.dotfiles/.bin/vim-grep

5 lines
68 B
Plaintext
Raw Normal View History

2022-10-17 16:49:58 +00:00
#!/usr/bin/env sh
2022-10-17 16:49:58 +00:00
# shellcheck disable=SC2046
2023-07-06 21:38:19 +00:00
$EDITOR $(grep "$@")