mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +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)
|
||||
|
||||
switch $cmd
|
||||
switch "$cmd"
|
||||
|
||||
case ''
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue