mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
More conf docs
This commit is contained in:
@@ -165,10 +165,7 @@ def as_conf_file(all_options):
|
||||
for sc in shortcuts:
|
||||
a('map {} {}'.format(sc.key, sc.action_def))
|
||||
if sc.long_text:
|
||||
a('')
|
||||
for line in sc.long_text.strip().splitlines():
|
||||
a('#: ' + line)
|
||||
a('')
|
||||
a(''), a(render_block(sc.long_text.strip())), a('')
|
||||
|
||||
def handle_option(opt):
|
||||
if not opt.long_text or not opt.add_to_docs:
|
||||
|
||||
Reference in New Issue
Block a user