From 6b5bb16b46cbf8ee2b6c34d7b52ddbf872f40930 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 18 Dec 2019 21:53:18 +0530 Subject: Minor improvements - reduce 4 spaces between help columns as it's too wide for handhelds - support `]` as prompt in nav-as-you-type-mode when filter is empty - update plugin docs --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/README.md b/plugins/README.md index 763aa43..4676a96 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -87,7 +87,7 @@ For example: Now ;x can be used to make a file executable, ;g can be used to the git log of a git project directory, ;s can be used to preview a partially downloaded media file. -`nnn` waits for user confirmation when it executes a command as plugin (unline plugins which can add a `read` to wait). If you do not need to wait for user confirmation after the command has executed, add a `*` after the command. For example: +`nnn` waits for user confirmation (the prompt `Press Enter to continue`) when it executes a command as plugin (unline plugins which can add a `read` to wait). If you do not need to wait for user confirmation after the command has executed, add a `*` after the command. For example: export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn*;o:fzopen' -- cgit v1.2.3-70-g09d2