diff options
author | Nick Waywood <nwaywood@au1.ibm.com> | 2020-04-02 16:24:24 +1100 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-02 10:58:54 +0530 |
commit | 415a6edd4a553d2ecf3b2b26b79ab844473127a3 (patch) | |
tree | f0b81dfe2db23ef0f67ca912248e63788943e665 /plugins/README.md | |
parent | 553f183919e2326f485eb2cc16309c60b0c3b7a7 (diff) | |
download | nnn-415a6edd4a553d2ecf3b2b26b79ab844473127a3.tar.gz |
Added support for fzy (#505)
* Added fzfz plugin
* Fixed shellcheck errors
* Fixed copy/paste error
* Added support for fzy, also renamed plugin since it's not specific to fzf anymore
* Refactored code
* Clean spillovers (jarun)
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 156e786..f46b8ce 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -33,9 +33,9 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. | diffs | Diff for selection (limited to 2 for directories) | sh | vimdiff | | dragdrop | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) | | fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find | -| fzfz | Change to any directory in the z database with fzf | sh | fzf, z | | fzhist | Fuzzy-select a cmd from history, edit in `$EDITOR` and run | sh | fzf/fzy | | fzopen | Fuzzy find a file in dir subtree and edit or open | sh | fzf/fzy, xdg-open | +| fzz | Change to any directory in the z database with fzf/fzy | sh | fzf/fzy, z | | getplugs | Update plugins | sh | curl | | gutenread | Browse, download, read from Project Gutenberg | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional) | | hexview | View a file in hex in `$PAGER` | sh | xxd | |