diff options
author | Siddharth Dushantha <siddharth.dushantha@gmail.com> | 2020-01-18 09:54:48 +0100 |
---|---|---|
committer | Mischievous Meerkat <engineerarun@gmail.com> | 2020-01-18 14:24:48 +0530 |
commit | 1dd691d20b53530ab87403686431add2807fd942 (patch) | |
tree | 93e14769b15519a5e400a04bccee7840f6cdfcdc /plugins | |
parent | dd02fb604916cbed00b42e68adc7c60b450a1346 (diff) | |
download | nnn-1dd691d20b53530ab87403686431add2807fd942.tar.gz |
fixed a formating error (#444)
Some normal text was indent a little, which caused to to become a code
Diffstat (limited to 'plugins')
-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 e50a89d..316b3ad 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -71,7 +71,7 @@ Use the plugin shortcut (<kbd>;key</kbd> or <kbd>^Skey</kbd>) to list the define export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb' - Plugin `fzopen` can be run with the keybind <kbd>;o</kbd>, `mocplay` can be run with <kbd>;p</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. +Plugin `fzopen` can be run with the keybind <kbd>;o</kbd>, `mocplay` can be run with <kbd>;p</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. A maximum of 15 keys can be defined. To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd> (to _enter_ the plugin dir) after the plugin shortcut. |