mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 14:03:51 +08:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
Based directly on the percol plugin.
|
|
|
|
Please bind peco_select_history in your favorite key.
|
|
|
|
If you'd like to bind CTRL+R
|
|
|
|
function fish_user_key_bindings
|
|
bind \cr peco_select_history
|
|
end
|