parent
cba8b0a1dd
commit
f299549dba
2 changed files with 9 additions and 2 deletions
|
|
@ -177,7 +177,7 @@ def go_version(go_mod_path: str) -> str: # {{{
|
|||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('invocation', 'kitty', 'kitty Documentation', [author], 1),
|
||||
('conf', 'kitty.conf', 'kitty.conf Documentation', [author], 5)
|
||||
('conf', 'kitty.conf', 'kitty terminal emulator configuration file', [author], 5)
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,15 @@
|
|||
kitty.conf
|
||||
-----------------------
|
||||
================
|
||||
|
||||
.. highlight:: conf
|
||||
|
||||
|
||||
.. only:: man
|
||||
|
||||
Overview
|
||||
--------------
|
||||
|
||||
|
||||
|kitty| is highly customizable, everything from keyboard shortcuts, to rendering
|
||||
frames-per-second. See below for an overview of all customization possibilities.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue