diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index 81f1ef0ad..34f80b9b8 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -35,9 +35,14 @@ you use some editor other than vim, you should adjust the Finally, add an alias to your shell's rc files to invoke the kitten as ``hg``:: - alias kitty +kitten hyperlink_grep + alias hg='kitty +kitten hyperlink_grep' You can now run searches with:: hg some-search-term + + +Hopefully, someday this functionality will make it into some `upstream grep +`_ +program directly removing the need for this kitten.