Made C-d delete characters in multiple lines.

This commit is contained in:
Siteshwar Vashisht 2012-06-07 21:18:02 +05:30
parent 8167e1e07e
commit b6601338c2

View file

@ -9,7 +9,7 @@ function delete-or-exit
set -l cmd (commandline)
switch $cmd
switch "$cmd"
case ''
exit 0