From bbfb16db42404875e5d2df8fb90064e0bf604dd6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 13 Feb 2023 01:05:36 +0530 Subject: [PATCH] Update readme --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index 460f2af9..5129aad5 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -141,7 +141,7 @@ export NNN_PLUG='p:-plugin' ## Running commands as plugin [`!`] -To assign keys to arbitrary non-background cli commands and invoke like plugins, add `!` (underscore) before the command. +To assign keys to arbitrary non-background cli commands and invoke like plugins, add `!` before the command. ```sh export NNN_PLUG='x:!chmod +x "$nnn";g:!git log;s:!smplayer "$nnn"'