mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Made C-d delete characters in multiple lines.
This commit is contained in:
@@ -9,7 +9,7 @@ function delete-or-exit
|
||||
|
||||
set -l cmd (commandline)
|
||||
|
||||
switch $cmd
|
||||
switch "$cmd"
|
||||
|
||||
case ''
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user