diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 21:01:59 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-14 21:20:57 +0530 |
commit | 1b252b6ecbb8e754069a33b6cf585e41f705604a (patch) | |
tree | 0dfe1417920218c47411fea4eb58aa81ad8b91d8 /plugins/README.md | |
parent | 8ebedab3f6ff4b8e5f193a56552f8e62cad67ae6 (diff) | |
download | nnn-1b252b6ecbb8e754069a33b6cf585e41f705604a.tar.gz |
Keybind changes
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index 1433e11..507572c 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -65,7 +65,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. ## Invoking a plugin -Use the plugin shortcut (<kbd>;key</kbd> or <kbd>^Pkey</kbd>) to list the defined plugin keys and press the required key. E.g., with the below config: +Use the plugin shortcut (<kbd>;key</kbd> or <kbd>^Skey</kbd>) to list the defined plugin keys and press the required key. E.g., with the below config: export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb' |