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"'