From 79322a9bbf221b6ea34ea49a2bfa7e29f7c09504 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Wed, 6 May 2020 11:06:54 +0530 Subject: [PATCH] Updated Live Previews (markdown) --- Live-Previews.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Live-Previews.md b/Live-Previews.md index 392bef5..8113fb4 100644 --- a/Live-Previews.md +++ b/Live-Previews.md @@ -3,13 +3,13 @@ A live preview is a window that shows information about whatever file or directory `nnn` has highlighted. As the cursor moves, the live preview window will automatically update. -## A Simple Example +## Configuration example There are two aspects to creating a live preview: 1. A preview command 1. A setup command -### A Preview Command Example +### Preview command example ```sh #!/usr/bin/env sh @@ -61,7 +61,7 @@ done < "$NNN_FIFO" ``` -### A Setup Command Example +### Setup command example To create your own setup command, you need the following steps: 1. Create a `NNN_FIFO`