From: Arun Prakash Jana Date: Sun, 12 Feb 2023 19:35:36 +0000 (+0530) Subject: Update readme X-Git-Tag: v4.8~18 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bbfb16db42404875e5d2df8fb90064e0bf604dd6;p=nnn.git Update readme --- 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"'