Fix a bunch of broken links
This commit is contained in:
parent
606708a96e
commit
bc66b7f16e
@ -123,7 +123,7 @@ How do I change the colors in a running kitty instance?
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
You can either use the
|
You can either use the
|
||||||
`OSC terminal escape codes <https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Operating-System-Commands>`_
|
`OSC terminal escape codes <https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Operating-System-Commands>`_
|
||||||
to set colors or you can define keyboard shortcuts to set colors, for example::
|
to set colors or you can define keyboard shortcuts to set colors, for example::
|
||||||
|
|
||||||
map f1 set_colors --configured /path/to/some/config/file/colors.conf
|
map f1 set_colors --configured /path/to/some/config/file/colors.conf
|
||||||
|
|||||||
@ -227,7 +227,7 @@ Value of `t` Meaning
|
|||||||
:file:`/dev/shm`, :file:`TMPDIR env var if present` and any platform
|
:file:`/dev/shm`, :file:`TMPDIR env var if present` and any platform
|
||||||
specific temporary directories.
|
specific temporary directories.
|
||||||
``s`` A *shared memory object*, which on POSIX systems is a `POSIX shared memory object
|
``s`` A *shared memory object*, which on POSIX systems is a `POSIX shared memory object
|
||||||
<http://man7.org/linux/man-pages/man7/shm_overview.7.html>`_ and on Windows is a
|
<https://man7.org/linux/man-pages/man7/shm_overview.7.html>`_ and on Windows is a
|
||||||
`Named shared memory object <https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory>`_.
|
`Named shared memory object <https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory>`_.
|
||||||
The terminal emulator must read the data from the memory
|
The terminal emulator must read the data from the memory
|
||||||
object and then unlink and close it on POSIX and just
|
object and then unlink and close it on POSIX and just
|
||||||
|
|||||||
@ -35,7 +35,7 @@ Installation
|
|||||||
Simply :ref:`install kitty <quickstart>`. You also need
|
Simply :ref:`install kitty <quickstart>`. You also need
|
||||||
to have either the `git <https://git-scm.com/>`_ program or the ``diff`` program
|
to have either the `git <https://git-scm.com/>`_ program or the ``diff`` program
|
||||||
installed. Additionally, for syntax highlighting to work,
|
installed. Additionally, for syntax highlighting to work,
|
||||||
`pygments <http://pygments.org/>`_ must be installed (note that pygments is
|
`pygments <https://pygments.org/>`_ must be installed (note that pygments is
|
||||||
included in the macOS kitty app).
|
included in the macOS kitty app).
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@ Colored and styled underlines
|
|||||||
use in terminal editors such as vim and emacs to display red, wavy underlines
|
use in terminal editors such as vim and emacs to display red, wavy underlines
|
||||||
under mis-spelled words and/or syntax errors. This is done by re-purposing some
|
under mis-spelled words and/or syntax errors. This is done by re-purposing some
|
||||||
SGR escape codes that are not used in modern terminals (`CSI codes
|
SGR escape codes that are not used in modern terminals (`CSI codes
|
||||||
<https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_sequences>`_)
|
<https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences>`_)
|
||||||
|
|
||||||
To set the underline style::
|
To set the underline style::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user