mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Add the command that can be used to get the default config file
This commit is contained in:
parent
f1dc072045
commit
d06d6d7646
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ Sample kitty.conf
|
|||
pre-existing :file:`kitty.conf`, then that will be used instead, delete it to
|
||||
see the sample file.
|
||||
|
||||
A default configuration file can also be generated by running::
|
||||
|
||||
kitty +runpy 'from kitty.config import *; print(commented_out_default_config())'
|
||||
|
||||
This will print the commented out default config file to :file:`STDOUT`.
|
||||
|
||||
All mappable actions
|
||||
------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue