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

https://github.com/oh-my-fish/plugin-percol
This commit is contained in:
Justin Hileman 2015-05-31 08:30:49 -07:00
parent 2b14f26f2d
commit 2126013047
2 changed files with 0 additions and 15 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,8 +0,0 @@
function percol_select_history
history|percol|read foo
if [ $foo ]
commandline $foo
else
commandline ''
end
end