From 8f9c9db1cffc733953527f7bc716e811a9c1f661 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 24 Jun 2024 15:42:38 +0530 Subject: [PATCH] ... --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 2af3e48e3..5d8f8053e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -271,7 +271,7 @@ fonts to be freely resizable, so it does not support bitmapped fonts. `__ are not included. -If your font is not listed in ``kitty +list-fonts`` it means that it is not +If your font is not listed in ``kitten choose-fonts`` it means that it is not monospace or is a bitmapped font. On Linux you can list all monospace fonts with:: @@ -300,7 +300,7 @@ command to rebuild your fontconfig cache:: fc-cache -r -Then, the font will be available in ``kitty +list-fonts``. +Then, the font will be available in ``kitten choose-fonts``. How can I assign a single global shortcut to bring up the kitty terminal?