mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
6 lines
160 B
Fish
6 lines
160 B
Fish
# localization: skip(private)
|
|
# This is meant to be bound to something like ctrl-c
|
|
function __fish_cancel_commandline
|
|
commandline -f cancel-commandline
|
|
end
|