diff --git a/kittens/hints/main.py b/kittens/hints/main.py index 2527d0ec4..f9000707d 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -519,7 +519,7 @@ The type of text to search for. A value of :code:`linenum` is special, it looks for error messages using the pattern specified with :option:`--regex`, which must have the named groups, :code:`path` and :code:`line`. If not specified, will look for :code:`path:line`. The :option:`--linenum-action` option -controls what to do with the selected error message, other options are ignored. +controls where to display the selected error message, other options are ignored. --regex @@ -539,13 +539,13 @@ the form key=value. default=self type=choice choices=self,window,tab,os_window,background +Where to perform the action on matched errors. :code:`self` means the current +window, :code:`window` a new kitty window, :code:`tab` a new tab, +:code:`os_window` a new OS window and :code:`background` run in the background. The action to perform on the matched errors. The actual action is whatever -arguments are provided to the kitten, for example: -:code:`kitty + kitten hints --type=linenum vim +{line} {path}` -will open the matched path at the matched line number in vim. This option -controls where the action is executed: :code:`self` means the current window, -:code:`window` a new kitty window, :code:`tab` a new tab, :code:`os_window` -a new OS window and :code:`background` run in the background. +arguments are provided to the kitten, for example: :code:`kitty + kitten hints +--type=linenum --linenum-action=tab vim +{line} {path}` will open the matched +path at the matched line number in vim in a new kitty tab. --url-prefixes