jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.94k stars 102 forks source link

`d^` deletes current character #211

Closed musjj closed 1 year ago

musjj commented 1 year ago

General information

Basic examination

Problem description

Deletion using d^ will include the character the cursor is under.

Reproduction steps

  1. Insert some text into the shell prompt and move the cursor towards the middle
  2. Enter normal mode and press d^

Expected behavior

d^ should not delete the character the cursor is under.

jeffreytse commented 1 year ago

Hi @musjj

This issue has been settled down, please update to the latest version.

Thanks & Regards

musjj commented 1 year ago

Cool, it's working. It looks like you've also added the d0 chord, thanks for that!