oh-my-fish/plugins/peco
2014-07-29 10:38:02 +02:00
..
peco_select_history.fish Add peco plugin 2014-07-29 10:38:02 +02:00
README Add peco plugin 2014-07-29 10:38:02 +02:00

Based directly on the percol plugin.

Please bind peco_select_history in your favorite key.

If you'd like to bind CTRL+R

function fish_user_key_bindings
  bind \cr peco_select_history
end