]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 14 Mar 2021 10:53:46 +0000 (16:23 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 14 Mar 2021 10:53:46 +0000 (16:23 +0530)
plugins/README.md

index eba14f83b30b666e493870a4177fc39c7d595853..c7375aeab19a95cc0cb27072f4f02c685c448f4a 100644 (file)
@@ -212,7 +212,7 @@ The `opcode` indicates the operation type.
 | `l` | list files in list mode |
 
 For convenience, we provided a helper script named `.nnn-plugin-helper` and a function named `nnn_cd` to ease this process. `nnn_cd` receives the path to change to as the first argument, and the context as an optional second argument.
-If a context is not provided, it is asked for explicitly. To skip this and choose the current context, set the `CUR_CTX` variable in `.nnn-plugin-helper` to `1`.
+If a context is not provided, it is asked for explicitly. To skip this and choose the current context, set the `CUR_CTX` variable in `.nnn-plugin-helper` (or in the specific plugin after sourcing `.nnn-plugin-helper`) to 1.
 Usage examples can be found in the Examples section below.
 
 #### Get notified on file hover