mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 06:02:46 +08:00
5 lines
130 B
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
|