oh-my-fish/plugins/peco
2015-01-16 09:01:28 +01:00
..
peco_select_history.fish peco_select_history can take initial query 2015-01-16 09:01:28 +01:00
README.md peco_select_history can take initial query 2015-01-16 09:01:28 +01:00

peco

Based directly on the percol plugin.

Please bind peco_select_history to your favorite key.

If you'd like to bind CTRL+R

function fish_user_key_bindings
  bind \cr 'peco_select_history (commandline -b)'
end