mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
14 lines
227 B
Markdown
14 lines
227 B
Markdown
peco
|
|
----
|
|
|
|
Based directly on the percol plugin.
|
|
|
|
Please bind peco_select_history to your favorite key.
|
|
|
|
If you'd like to bind CTRL+R
|
|
```
|
|
function fish_user_key_bindings
|
|
bind \cr 'peco_select_history (commandline -b)'
|
|
end
|
|
```
|