mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 14:57:35 +08:00
Update CONFIGURATION.md
This commit is contained in:
parent
13e7dda861
commit
a0c5116dfa
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if [[ $- =~ .*i.* ]]; then bind '"\C-xk": "\C-a hh -k \C-j"'; fi
|
||||||
## BASH VI KEYMAP
|
## BASH VI KEYMAP
|
||||||
Bind `hh` to a Bash key e.g. to <kbd>Ctrl-r</kbd>:
|
Bind `hh` to a Bash key e.g. to <kbd>Ctrl-r</kbd>:
|
||||||
```bash
|
```bash
|
||||||
bind '"\C-r": "\C-ahh -- \C-j"'
|
bind '"\C-r": "\e0ihh -- \C-j"'
|
||||||
```
|
```
|
||||||
|
|
||||||
## ZSH EMACS KEYMAP (DEFAULT)
|
## ZSH EMACS KEYMAP (DEFAULT)
|
||||||
|
|
Loading…
Reference in a new issue