]> arthur.barton.de Git - ax-zsh.git/blob - plugins/hstr/README.md
axzshctl: Look harder for themes in remote modules
[ax-zsh.git] / plugins / hstr / README.md
1 ## hstr
2
3 Integrate *hstr*, a "bash and zsh shell history suggest box", into ZSH.
4
5 ### Usage
6
7 This plugin uses the "hstr --show-configuration" itself to enable *hstr*
8 functionality in ZSH.
9 at the time of this writing, April 22 2020 using *fzf* 2.2.0, this is
10
11 1. set "histignorespace" shell option,
12 2. add "hh" alias,
13 3. add Keybindings.
14
15 ### Command Aliases
16
17 - `hh`: `hstr`
18
19 ### Key Bindings
20
21 - `CTRL-R`: Paste the selected command from history into the command line.