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