浏览代码

Added a README file for the man plugin

Jeffrey Chandler 5 年之前
父节点
当前提交
530759d5a0
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      plugins/man/README.md

+ 13 - 0
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 |