You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/peco
Alex Farrell 06086ca17a Add peco plugin 10 years ago
..
README Add peco plugin 10 years ago
peco_select_history.fish Add peco plugin 10 years ago

README

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