With the cursor at the end of the following prompt: ``` ~> dig example.com @127.0.0.1 ``` `backward-kill-path-component` triggered once removes the `127.0.0.1`: ``` ~> dig example.com @ ``` but when triggered a second time results in the following: ``` ~> dig ``` (Expected: `~> dig example.com `)