mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
percol plugin
This commit is contained in:
parent
10eee1d42e
commit
f4255727e0
13
plugins/percol/percol.load
Normal file
13
plugins/percol/percol.load
Normal 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
|
Loading…
Reference in New Issue
Block a user