fish-shell/share/functions/__fish_cancel_commandline.fish

5 lines
130 B
Fish

# This is meant to be bound to something like ctrl-c
function __fish_cancel_commandline
commandline -f cancel-commandline
end