mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Start work on a kitty website
Port the current asciidoc documentation to sphinx
This commit is contained in:
22
docs/kittens/hints.rst
Normal file
22
docs/kittens/hints.rst
Normal file
@@ -0,0 +1,22 @@
|
||||
Hints
|
||||
==========
|
||||
|
||||
|kitty| has a *hints mode* to select and act on arbitrary text snippets currently
|
||||
visible on the screen. For example, you can press |sc_kitten_hints|
|
||||
to choose any URL visible on the screen and then open it using your system
|
||||
browser.
|
||||
|
||||
.. image:: ../screenshots/hints_mode.png
|
||||
:alt: URL hints mode
|
||||
|
||||
Similarly, you can press |sc_kitten_hints_type_path_program| to
|
||||
select anything that looks like a path or filename and then insert it into the
|
||||
terminal, very useful for picking files from the output of a ``git`` or ``ls`` command and
|
||||
adding them to the command line for the next command.
|
||||
|
||||
The hints kitten is very powerful to see more detailed help on its various
|
||||
options and modes of operation, use::
|
||||
|
||||
kitty +kitten hints --help
|
||||
|
||||
|
||||
Reference in New Issue
Block a user