aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 20:49:21 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 20:49:21 +0530
commit900b37c56cd0e85af296935195effcf94564e58c (patch)
tree97f3674906296d479a4ce76e72ddde089d0a036e /plugins/README.md
parentab9f560fa8c06d9cf2fdc2c7dcbe572d1781a75a (diff)
downloadnnn-900b37c56cd0e85af296935195effcf94564e58c.tar.gz
Mention tmux version required
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index c902a00..b2254f2 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -62,7 +62,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
| pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools |
| picker | Pick files and list one per line (to pipe) | sh | nnn |
| preview-tabbed | `tabbed`/xembed based file previewer | bash | _see in-file docs_ |
-| preview-tui | Simple TUI file previewer (needs NNN_FIFO) | sh | tmux/xterm/<br>\$TERMINAL, file, tree |
+| preview-tui | Simple TUI file previewer (needs NNN_FIFO) | sh | tmux (>= 3.0)/xterm/<br>\$TERMINAL, file, tree |
| pskill | Fuzzy list by name and kill process or zombie | sh | fzf, ps, sudo/doas |
| renamer | Batch rename selection or files in dir | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) |
| ringtone | Create a variable bitrate mp3 ringtone from file | sh | date, ffmpeg |