mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'patch-1' of https://github.com/ronjouch/kitty
This commit is contained in:
commit
82a4e72c85
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ Then, for example, for ZSH, add the following to :file:`.zshrc`::
|
|||
|
||||
compdef _rg hg
|
||||
|
||||
Note to fish users: you can combine both the aliasing/wrapping and pointing fish
|
||||
to rg's autocompletion with a fish "wrapper" function in your :file:`config.fish`::
|
||||
|
||||
function hg --wraps rg; kitty +kitten hyperlinked_grep $argv; end
|
||||
|
||||
To learn more about kitty's powerful framework for customizing URL click
|
||||
actions, :doc:`see here </open_actions>`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue