mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-28 11:16:03 +08: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
|