dotfiles/private_dot_config/private_fish/functions/_pisces_append.fish
2023-04-30 01:21:51 +03:00

6 lines
195 B
Fish

function _pisces_append -a text -d "Inserts a pair of strings (left-right) and puts the cursor between them"
commandline --insert -- $text
and _pisces_jump -(string length -- $text)
end