]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/man/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / man / README.md
1 # Man plugin
2
3 This plugin adds a shortcut to insert man before the previous command.
4
5 To use it, add `man` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... man)
9 ```
10 # Keyboard Shortcuts
11 | Shortcut                          | Description                                                            |
12 |-----------------------------------|------------------------------------------------------------------------|
13 | <kbd>Esc</kbd> + man              | add man before the previous command to see the manual for this command |