diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-03 10:27:01 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-03 11:42:41 +0530 |
commit | 971129736279cf62cd7473af99fcbd354385821b (patch) | |
tree | 7d50a3c9df25b82e6ddc6bcee70cca0988d2cf88 /README.md | |
parent | 35fc77027ae4f4f0775994f39c2b528f252fca2b (diff) | |
download | nnn-971129736279cf62cd7473af99fcbd354385821b.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -418,10 +418,6 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>. To extend the capabilities of `nnn`, [plugins](https://github.com/jarun/nnn/tree/master/plugins) are introduced. Plugins are scripts which `nnn` can communicate with and trigger. This mechanism fits perfectly with the fundamental design to keep the core file manager lean and fast, by delegating repetitive (but not necessarily file manager-specific) tasks to the plugins. -Use the pick plugin shortcut to visit the plugin directory and execute a plugin. Repeating the same shortcut cancels the operation and puts you back in the original directory. - -If you have an interesting plugin feel free to raise a PR. - #### TROUBLESHOOTING ##### Tmux configuration |