From: jcromero Date: Sat, 24 Jul 2021 09:54:27 +0000 (+0200) Subject: Fix wrong exclamation mark char description X-Git-Tag: v4.3~76^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=258a5846f7dc64ce24cbf67b7c9869e9552fa7a9;p=nnn.git Fix wrong exclamation mark char description --- diff --git a/nnn.1 b/nnn.1 index f5ec451c..06b554a3 100644 --- a/nnn.1 +++ b/nnn.1 @@ -380,8 +380,7 @@ separated by \fI;\fR: .Ed .Pp To assign keys to arbitrary non-background non-shell-interpreted cli - commands and invoke like plugins, add \fI!\fR (underscore) before the - command. + commands and invoke like plugins, add \fI!\fR before the command. .Bd -literal export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn'