Commit 530759d5 authored by Jeffrey Chandler's avatar Jeffrey Chandler
Browse files

Added a README file for the man plugin

parent 6fecbf6a
# 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 |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment