conf2/zsh/.oh-my-zsh/plugins/man
vincent 341b34f8fa Revert "add powerlevel10k"
This reverts commit 537a63d601.
2020-06-11 16:59:30 +02:00
..
man.plugin.zsh Revert "add powerlevel10k" 2020-06-11 16:59:30 +02:00
README.md add oh-my-zsh to local user config 2019-01-12 16:47:23 +01: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