|
|
|
|
|
by lemonwaterlime
302 days ago
|
|
I’ve been working on similar refactoring and grepping utility functions for vim, though mine are meant to work in any language. The most recent one I’ve made runs 'git grep' on the word under cursor or on the visual selection and puts everything into a quick fix list. Since it is generic, it works on any phrases as well, and helps me find prose snippets and phrases in docs or other writings. |
|