0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Updated keybinding syntax

This commit is contained in:
Jeffrey Chandler 2018-10-12 15:54:31 -04:00
parent 530759d5a0
commit 4a5fa087b8

View file

@ -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 |