Fix docs links
This commit is contained in:
parent
12cbcf1c17
commit
35041e7709
2 changed files with 5 additions and 4 deletions
|
|
@ -262,9 +262,10 @@ see the :doc:`configuration docs <conf>`.
|
|||
Startup Sessions
|
||||
------------------
|
||||
|
||||
You can control the tabs, window layout, working directory, startup
|
||||
programs, etc. by creating a "session" file and using the :option:`kitty --session`
|
||||
command line flag. For example:
|
||||
You can control the tabs, window layout, working directory, startup programs,
|
||||
etc. by creating a "session" file and using the :option:`kitty --session`
|
||||
command line flag or the :opt:`startup_session` option in :file:`kitty.conf`.
|
||||
For example:
|
||||
|
||||
.. code-block:: session
|
||||
|
||||
|
|
|
|||
|
|
@ -618,7 +618,7 @@ def tab_fade(x):
|
|||
|
||||
o('startup_session', 'none', option_type=lambda x: (None if x.lower() == 'none' else x), long_text=_('''
|
||||
Path to a session file to use for all kitty instances. Can be overridden
|
||||
by using the :option:`--startup-session` command line option for individual
|
||||
by using the :option:`kitty --session` command line option for individual
|
||||
instances. See :ref:`sessions` in the kitty documentation for details.
|
||||
'''))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue