mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 20:51:45 +08:00
MD
This commit is contained in:
parent
937d2b2a3d
commit
dd7df0f8b7
1 changed files with 4 additions and 0 deletions
|
@ -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"'
|
||||
|
|
Loading…
Reference in a new issue