Commit 21260130 authored by Justin Hileman's avatar Justin Hileman

[split] Move percol plugin to oh-my-fish/plugin-percol

https://github.com/oh-my-fish/plugin-percol
parent 2b14f26f
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
function percol_select_history
history|percol|read foo
if [ $foo ]
commandline $foo
else
commandline ''
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment