percol plugin

This commit is contained in:
Osamu OKANO 2013-05-22 20:59:19 +09:00
parent 10eee1d42e
commit f4255727e0

View File

@ -0,0 +1,13 @@
function percol_select_history
history|percol|read foo
if [ $foo ]
commandline $foo
else
commandline ''
end
end
# ~/.oh-my-fish/custom/*.load
# function fish_user_key_bindings
# bind \cr percol_select_history
# end