split percol.load into README and percol_select_history.fish

pull/2/head
Osamu OKANO 11 years ago
parent f4255727e0
commit 00a2cef9c6

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

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