jeffreytse / zsh-vi-mode

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

Home and End keys activate normal mode #133

Open tdltdc opened 2 years ago

tdltdc commented 2 years ago

General information

Basic examination

Problem description

The Home and End keys put ZSH in normal mode.

Reproduction steps

  1. git clone https://aur.archlinux.org/zsh-vi-mode-git
  2. makepkg -si
  3. add source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh to ~/.config/zsh/.zshrc.local
  4. Enter some text, then press Home or End

Expected behavior

I would expect nothing to happen (as these key bindings are not default yet https://github.com/jeffreytse/zsh-vi-mode/issues/59#issuecomment-864930748). Instead, I enter normal mode.

jeffreytse commented 2 years ago

Hi @tdltdc

Thanks for your issue, I will work on this issue as soon as possible.

Thanks and Regards