From f9cf6dad483cfee8f9d5c83e5f2a894b87a0e141 Mon Sep 17 00:00:00 2001 From: Luan Belem Rivello <58953615+luanrivello@users.noreply.github.com> Date: Sat, 28 Aug 2021 20:14:35 -0300 Subject: [PATCH] Fix kitty listen_on example --- plugins/preview-tui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/preview-tui b/plugins/preview-tui index 2849efd4..b94d43e8 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -63,7 +63,7 @@ # windows will be horizontal or vertical). # # 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). # This terminal is also able to show images without extra dependencies. #