Get rid of the |sc_| substitution rules

This commit is contained in:
Kovid Goyal
2018-06-05 08:13:28 +05:30
parent b5e452942e
commit 065a2b37c7
6 changed files with 57 additions and 73 deletions

View File

@@ -2,7 +2,7 @@ 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|
visible on the screen. For example, you can press :sc:`open_url`
to choose any URL visible on the screen and then open it using your system
browser.
@@ -13,7 +13,7 @@ browser.
URL hints mode
Similarly, you can press |sc_kitten_hints_type_path_program| to
Similarly, you can press :sc:`insert_selected_path` 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.