mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Merge branch 'patch-1' of https://github.com/ronjouch/kitty
This commit is contained in:
@@ -57,6 +57,11 @@ Then, for example, for ZSH, add the following to :file:`.zshrc`::
|
|||||||
|
|
||||||
compdef _rg hg
|
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
|
To learn more about kitty's powerful framework for customizing URL click
|
||||||
actions, :doc:`see here </open_actions>`.
|
actions, :doc:`see here </open_actions>`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user