From 4545aab5f62f52107a008015fd4b131d0bcf4105 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Oct 2025 21:34:07 +0530 Subject: [PATCH] Link directly to diff/main.py in the docs to avoid confusion with Go code --- docs/kittens/custom.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kittens/custom.rst b/docs/kittens/custom.rst index e4509c3ff..f6d84c0f0 100644 --- a/docs/kittens/custom.rst +++ b/docs/kittens/custom.rst @@ -394,7 +394,8 @@ You can parse and read the options in your kitten using the following code: opts.config_overrides = overrides return opts -See `the code `__ +See `the code +`__ for the builtin :doc:`diff kitten ` for examples of creating more options and keyboard shortcuts.