Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 209 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 209 Bytes

peco_git_checkout

Installation

$ fisher unreliable-angels/peco_git_checkout

Example key binding

function fish_user_key_bindings
    ...

    bind \eo peco_git_checkout

    ...
end