diff options
author | Richard Mitchell <rwmitchell@gmail.com> | 2023-02-26 16:40:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 22:40:44 +0100 |
commit | 16050ab80e63f8e53c07777b4c2ae16ad085e5ad (patch) | |
tree | 6fc4a9882e28c3c682104706d697ddb0bc5e495a /plugins/macos/README.md | |
parent | 0ca8907f0e6185545c5e38f77ae2f09ca2a44e77 (diff) | |
download | zsh-16050ab80e63f8e53c07777b4c2ae16ad085e5ad.tar.gz zsh-16050ab80e63f8e53c07777b4c2ae16ad085e5ad.tar.bz2 zsh-16050ab80e63f8e53c07777b4c2ae16ad085e5ad.zip |
feat(macos): allow multiple man pages in `man-preview` (#11365)
Diffstat (limited to 'plugins/macos/README.md')
-rw-r--r-- | plugins/macos/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/macos/README.md b/plugins/macos/README.md index 1bc4244a4..1cb9b395d 100644 --- a/plugins/macos/README.md +++ b/plugins/macos/README.md @@ -25,7 +25,7 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | `pxd` | Return the current Xcode project directory | | `cdx` | `cd` to the current Xcode project directory | | `quick-look` | Quick-Look a specified file | -| `man-preview` | Open a specified man page in Preview app | +| `man-preview` | Open man pages in Preview app | | `showfiles` | Show hidden files in Finder | | `hidefiles` | Hide the hidden files in Finder | | `itunes` | _DEPRECATED_. Use `music` from macOS Catalina on | |