mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
Please bind percol_select_history in your favorite key.
|
|
|
|
If you'd like to bind CTRL+R
|
|
|
|
function fish_user_key_bindings
|
|
bind \cr percol_select_history
|
|
end
|