mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Include all in page headings in the sidebar ToC
The furo theme tries to make this impossible, fortunately, this being python, we dont care what it wants
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
Mark text on screen
|
||||
========================
|
||||
---------------------
|
||||
|
||||
|
||||
kitty has the ability to mark text on the screen based on regular expressions.
|
||||
This can be useful to highlight words or phrases when browsing output from long
|
||||
running programs or similar. Lets start with a few examples:
|
||||
|
||||
Examples
|
||||
----------
|
||||
|
||||
Suppose we want to be able to highlight the word ERROR in the current window.
|
||||
Add the following to :file:`kitty.conf`::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user