mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Made C-d delete characters in multiple lines.
This commit is contained in:
parent
8167e1e07e
commit
b6601338c2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function delete-or-exit
|
||||||
|
|
||||||
set -l cmd (commandline)
|
set -l cmd (commandline)
|
||||||
|
|
||||||
switch $cmd
|
switch "$cmd"
|
||||||
|
|
||||||
case ''
|
case ''
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue