diff options
author | Jeffrey Chandler <36927673+jeff-chandler@users.noreply.github.com> | 2018-10-12 15:54:31 -0400 |
---|---|---|
committer | Jeffrey Chandler <36927673+jeff-chandler@users.noreply.github.com> | 2018-10-12 15:54:31 -0400 |
commit | 4a5fa087b89c5f26d93c610147db478b78efae4d (patch) | |
tree | 5cbe8b9a173da9d133c40622baef1a381de71884 /plugins/man/README.md | |
parent | 530759d5a07a73b627aa30d2322b4a2701855bf3 (diff) | |
download | zsh-4a5fa087b89c5f26d93c610147db478b78efae4d.tar.gz zsh-4a5fa087b89c5f26d93c610147db478b78efae4d.tar.bz2 zsh-4a5fa087b89c5f26d93c610147db478b78efae4d.zip |
Updated keybinding syntax
Diffstat (limited to 'plugins/man/README.md')
-rw-r--r-- | plugins/man/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/man/README.md b/plugins/man/README.md index 0fd3fead2..4601252c0 100644 --- a/plugins/man/README.md +++ b/plugins/man/README.md @@ -10,4 +10,4 @@ plugins=(... man) # Keyboard Shortcuts | Shortcut | Description | |-----------------------------------|------------------------------------------------------------------------| -| <kpd>esc</kpd> + man | add man before the previous command to see the manual for this command | +| <kbd>Esc</kbd> + man | add man before the previous command to see the manual for this command | |