mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 00:15:00 +08:00
[split] Move percol plugin to oh-my-fish/plugin-percol
https://github.com/oh-my-fish/plugin-percol
This commit is contained in:
parent
2b14f26f2d
commit
2126013047
|
@ -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
|
|
|
@ -1,8 +0,0 @@
|
||||||
function percol_select_history
|
|
||||||
history|percol|read foo
|
|
||||||
if [ $foo ]
|
|
||||||
commandline $foo
|
|
||||||
else
|
|
||||||
commandline ''
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue
Block a user