Skip to content

Commit

Permalink
Update CONFIGURATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka authored Aug 27, 2018
1 parent 9ff7022 commit af74834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Bind HSTR to <kbd>Ctrl</kbd><kbd>r</kbd> only if it is interactive shell:
if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hstr -- \C-j"'; fi
```

You can bind also other HSTR commands like `-kill-last-command`:
You can bind also other HSTR commands like `--kill-last-command`:

```bash
if [[ $- =~ .*i.* ]]; then bind '"\C-xk": "\C-a hstr -k \C-j"'; fi
Expand Down

0 comments on commit af74834

Please sign in to comment.