This commit is contained in:
Martin Dvorak 2014-02-18 22:49:48 +01:00
parent 937d2b2a3d
commit dd7df0f8b7

View file

@ -80,6 +80,10 @@ hh --show-configuration >> ~/.bashrc
```bash
bind '"\C-r": "\C-ahh \C-j"'
```
or `Ctrl-Alt-r`:
```bash
bind '"\e\C-r":"\C-ahh \C-j"'
```
or `Ctrl-F12`:
```bash
bind '"\e[24;5~":"\C-ahh \C-j"'