From 258a5846f7dc64ce24cbf67b7c9869e9552fa7a9 Mon Sep 17 00:00:00 2001 From: jcromero Date: Sat, 24 Jul 2021 11:54:27 +0200 Subject: [PATCH] Fix wrong exclamation mark char description --- nnn.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nnn.1 b/nnn.1 index f5ec451c5..06b554a34 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'