1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 14:53:27 +02:00

Updated keybinding syntax

This commit is contained in:
Jeffrey Chandler
2018-10-12 15:54:31 -04:00
parent 530759d5a0
commit 4a5fa087b8
+1 -1
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 |