summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorJeffrey Chandler <36927673+jeff-chandler@users.noreply.github.com>2018-10-12 15:43:55 -0400
committerJeffrey Chandler <36927673+jeff-chandler@users.noreply.github.com>2018-10-12 15:43:55 -0400
commit530759d5a07a73b627aa30d2322b4a2701855bf3 (patch)
tree0a5287fdc72c96149c09cfaff2761799ccf4ddf5 /plugins
parent6fecbf6ad5fc6e78dcfd89227cf8b12305b1f8bc (diff)
downloadzsh-530759d5a07a73b627aa30d2322b4a2701855bf3.tar.gz
zsh-530759d5a07a73b627aa30d2322b4a2701855bf3.tar.bz2
zsh-530759d5a07a73b627aa30d2322b4a2701855bf3.zip
Added a README file for the man plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/man/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/man/README.md b/plugins/man/README.md
new file mode 100644
index 000000000..0fd3fead2
--- /dev/null
+++ b/plugins/man/README.md
@@ -0,0 +1,13 @@
+# Man plugin
+
+This plugin adds a shortcut to insert man before the previous command.
+
+To use it, add `man` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... man)
+```
+# Keyboard Shortcuts
+| Shortcut | Description |
+|-----------------------------------|------------------------------------------------------------------------|
+| <kpd>esc</kpd> + man | add man before the previous command to see the manual for this command |