mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-01 05:04:18 +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
|