index — dots-the-third @ ec94cc7699466753fa608f482cde8ef147a9cd7c

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

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

 1
 2
 3
 4
 5
 6
 7
function _pisces_insert_right -a right -d "The binding command to insert the right delimiter"
    if _pisces_should_insert $right
        _pisces_skip $right
    else
        commandline -i -- $right
    end
end