mirror of
https://github.com/jarun/nnn.git
synced 2024-11-18 17:09:14 +00:00
Merge pull request #1146 from luanrivello/patch-1
Fix kitty listen_on example
This commit is contained in:
commit
64c2c68bd0
|
@ -63,7 +63,7 @@
|
||||||
# windows will be horizontal or vertical).
|
# windows will be horizontal or vertical).
|
||||||
#
|
#
|
||||||
# Kitty users need `allow_remote_control` set to `yes`, and `listen_on` set
|
# Kitty users need `allow_remote_control` set to `yes`, and `listen_on` set
|
||||||
# to e.g. "$TMPDIR/kitty". To customize the window split, `enabled_layouts`
|
# to e.g. "unix:$TMPDIR/kitty". To customize the window split, `enabled_layouts`
|
||||||
# has to be set to `all` or `splits` (the former is the default value).
|
# has to be set to `all` or `splits` (the former is the default value).
|
||||||
# This terminal is also able to show images without extra dependencies.
|
# This terminal is also able to show images without extra dependencies.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue