jeffreytse/zsh-vi-mode

How can I get back the old history search behavior in insert mode?

Open

#165 geöffnet am 5. Feb. 2022

Auf GitHub ansehen
 (5 Kommentare) (13 Reaktionen) (1 zugewiesene Person)Shell (147 Forks)github user discovery
good first issuehelp wantedverified

Repository-Metriken

Stars
 (4.364 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

General information

Please report the following information as possible as you can:

  • Terminal program: kitty
  • Operating system: Manjaro
  • ZSH framework: oh-my-zsh
  • ZSH version: 5.8
  • ZVM version: 13548af

Basic examination

  • I have read through the README page
  • I have the latest version of zsh-vi-mode
  • I have tested with another terminal program

Problem description

When using the plugin, normal search behavior is gone. I mean that you can type sudo and then search all commands starting with sudo by hitting the up arrow key.

Reproduction steps

  1. Install oh-my-zsh
  2. Install ZVM
  3. See the different history searching behaviour in insert mode

Expected behavior

I would like the same behavior in insert mode as without zvm.

Contributor Guide