mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Updated keybinding syntax
This commit is contained in:
parent
530759d5a0
commit
4a5fa087b8
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ plugins=(... man)
|
||||||
# Keyboard Shortcuts
|
# Keyboard Shortcuts
|
||||||
| Shortcut | Description |
|
| 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 |
|
||||||
|
|
Loading…
Reference in a new issue