index — dots-the-third @ master

I don't need nix, I have a way worse solution!

fish/.config/fish/functions/_pisces_insert_left.fish (view raw)

 1
 2
 3
 4
 5
function _pisces_insert_left -a left right -d "The binding command to insert the left delimiter"
    commandline -i -- $left
    and _pisces_should_insert $right
    and _pisces_append $right
end