mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix(tldr): accidental nesting
This commit is contained in:
parent
14de98b4c6
commit
b4bc0bb7fd
2 changed files with 0 additions and 0 deletions
15
plugins/tldr/README.md
Normal file
15
plugins/tldr/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# tldr plugin
|
||||
|
||||
This plugin adds a shortcut to insert tldr before the previous command.
|
||||
Heavily inspired from [Man plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/man).
|
||||
|
||||
To use it, add `tldr` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... tldr)
|
||||
```
|
||||
|
||||
# Keyboard Shortcuts
|
||||
| Shortcut | Description |
|
||||
|------------------------------------|----------------------------------------------------------------------------|
|
||||
| <kbd>Esc</kbd> + tldr | add tldr before the previous command to see the tldr page for this command |
|
||||
Loading…
Add table
Add a link
Reference in a new issue