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 `)
With the cursor at the end of the following prompt:
backward-kill-path-componenttriggered once removes the127.0.0.1:but when triggered a second time results in the following:
(Expected:
~> dig example.com)