Merge pull request #278 from gertcuykens/patch-1

Fix of Vim key binding.
This commit is contained in:
Martin Dvorak 2018-07-30 22:39:07 +02:00 committed by GitHub
commit 3f92402ee6
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)