jeffreytse / zsh-vi-mode

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

automatically changes to normal mode when new shell is opened #244

Closed exploitJ closed 9 months ago

exploitJ commented 9 months ago

General information

Basic examination

Problem description

when I open a new termianl, mode changes to normal mode regardless of terminal program.

Reproduction steps

  1. open termianl
  2. automatically changes to normal mode

Expected behavior

start in insert mode

jeffreytse commented 9 months ago

Hi @exploitJ

Thanks for your issue, I think you should configure your command line initial mode to settle down.

Thanks & Regards

exploitJ commented 9 months ago

As you suggested, setting ZVM_LINE_INIT_MODE to i as a workaround did work. Thank you!