Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
vindolin committed Feb 11, 2024
1 parent ac097c0 commit b72b89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ selecta_add_keybinding {the alt key you want to use}
This will append one of the following lines to your ~/.bashrc/zshrc:

```console
bind -x '"\C-[{key}":"\selecta --bash -y <(history)"'
bindkey -s "^[{key}" "selecta --zsh -y <(history)^M"
bind -x '"\C-[{key}":"\selecta -b -y <(history)"'
bindkey -s "^[{key}" "selecta -z -y <(history)^M"
```

Upgrade from older version to 0.2.x
Expand Down

0 comments on commit b72b89e

Please sign in to comment.