mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 15:12:45 +08:00
Made C-d delete characters in multiple lines.
This commit is contained in:
parent
8167e1e07e
commit
b6601338c2
|
@ -9,7 +9,7 @@ function delete-or-exit
|
|||
|
||||
set -l cmd (commandline)
|
||||
|
||||
switch $cmd
|
||||
switch "$cmd"
|
||||
|
||||
case ''
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user