ohmyzsh/plugins/man
2018-10-12 15:43:55 -04:00
..
man.plugin.zsh man: rename file to *.plugin.zsh (#6016) 2018-09-16 20:16:16 +02:00
README.md Added a README file for the man plugin 2018-10-12 15:43:55 -04:00

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:

plugins=(... man)

Keyboard Shortcuts

Shortcut Description
esc + man add man before the previous command to see the manual for this command