From 2490ea5e22e3b8187f4fa66b1b245ee5cd8b7acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Sun, 6 Jun 2021 18:29:10 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Basic-use-cases.md b/Basic-use-cases.md index e3ec37e..714a653 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -92,7 +92,7 @@ bash -i You can also use the _run cmd as plugin_ method: -`s:_bash -i*` +`s:!bash -i*` ## Hot-plugged drives @@ -333,7 +333,7 @@ Notes: Open your note file OR directory (if your editor supports opening a dir like `vim`) in your favourite editor like a plugin (see plugin docs for more info): ```sh -export NNN_PLUG=n:-_vim /home/vaio/Dropbox/Public/Docs/Notes/note* +export NNN_PLUG=n:-!vim /home/vaio/Dropbox/Public/Docs/Notes/note* ``` To keep the file synced across systems you may want to specify a file synced by a cloud storage service or stored in a network share.