mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
Add a link to rg hyperlink issue
This commit is contained in:
parent
083c47b0f0
commit
00125577a9
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
<https://github.com/BurntSushi/ripgrep/issues/665>`_
|
||||
program directly removing the need for this kitten.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue