mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-28 18:50:54 +08:00
Minor documentation polishing.
This commit is contained in:
parent
f909935109
commit
63025c7aa1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Bind `hh` to a Bash key e.g. to `Ctrl-r`:
|
|||
bind '"\C-r": "\C-ahh \C-j"'
|
||||
```
|
||||
|
||||
## ZSH EMACS
|
||||
## ZSH EMACS KEYMAP (DEFAULT)
|
||||
Bind `hh` to a Zsh key e.g. to `Ctrl-r`:
|
||||
```bash
|
||||
bindkey -s "\C-r" "\eqhh\n"
|
||||
|
|
Loading…
Reference in a new issue