From 727028280a164bc1efedc0c7fce18658dc9b8a44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 5 Jun 2018 08:46:40 +0530 Subject: [PATCH] ... --- docs/kittens/unicode-input.rst | 2 +- docs/performance.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kittens/unicode-input.rst b/docs/kittens/unicode-input.rst index 21865d8f6..9c1cd2ffb 100644 --- a/docs/kittens/unicode-input.rst +++ b/docs/kittens/unicode-input.rst @@ -2,7 +2,7 @@ Unicode input ================ You can input unicode characters by name, hex code, recently used and even an editable favorites list. -Press |sc_input_unicode_character| to start the unicode input widget, shown below. +Press :sc:`input_unicode_character` to start the unicode input widget, shown below. .. figure:: ../screenshots/unicode.png :alt: A screenshot of the unicode input widget diff --git a/docs/performance.rst b/docs/performance.rst index 030e421a7..297fb21a7 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -10,7 +10,7 @@ smoothness. There are two parameters you can tune to adjust the performance. ``repaint_delay`` and ``input_delay``. These control the artificial delays introduced into the -render loop to reduce CPU usage. See |kitty.conf| for details. +render loop to reduce CPU usage. See :ref:`conf-kitty-performance` for details. See also the ``sync_to_monitor`` option to further decrease latency at the cost of some `tearing `_ while scrolling.