Update CONFIGURATION.md

This commit is contained in:
Gert Cuykens 2018-07-29 05:23:14 +02:00 committed by GitHub
parent 13e7dda861
commit a0c5116dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ if [[ $- =~ .*i.* ]]; then bind '"\C-xk": "\C-a hh -k \C-j"'; fi
## BASH VI KEYMAP
Bind `hh` to a Bash key e.g. to <kbd>Ctrl-r</kbd>:
```bash
bind '"\C-r": "\C-ahh -- \C-j"'
bind '"\C-r": "\e0ihh -- \C-j"'
```
## ZSH EMACS KEYMAP (DEFAULT)