]> Sergey Matveev's repositories - nnn.git/commitdiff
Update readme
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Feb 2023 19:35:36 +0000 (01:05 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Feb 2023 19:35:36 +0000 (01:05 +0530)
plugins/README.md

index 460f2af9558032f233b2d05857635e9441b91347..5129aad5e97712bc8213448724759edc88c0aff2 100644 (file)
@@ -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"'