jeffreytse/zsh-vi-mode

no state mode in prompt line with oh-my-zsh and powerlevel10k

Open

#128 opened on Oct 10, 2021

View on GitHub
 (7 comments) (1 reaction) (1 assignee)Shell (147 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (4,364 stars)
PR merge metrics
 (PR metrics pending)

Description

General information

Basic examination

tty from ssh access on FeeBSD-12.2 zsh used with Oh-my-zsh and antigen (installed from freebsd packages) zsh-5.8 add to oh-my-zsh as indicated (and also before from antigen pugin) with git cone inside ZSH_CUSTOM (plugins recognized by ohmyzsh)

  • I have read through the README page
  • I have the latest version of zsh-vi-mode
  • I have tested with another terminal program I can not test with another because my FreBSD system is installed on a VPS and i don't want any X service running... it is full tty ssh access. But the terminal emulator used to remote access is Alacritty under Fedora-34 (both from Gnome and Awesome WM tested, and with other emulator it has the same result)

Problem description

From my ohmyzsh powerlevel10k prompt shell, i can not see any zsh-vi-mode indication of state mode (normal mode/insert mode/replace mode, etc...). But the plugin is working... i should miss a point to configure ohmyzsh or maybe powerlevel10k (as i can not see any powerlevel10k indication).

Reproduction steps

  1. install the plugin from antigen
  2. clone it on oh my zsh custom directory
  3. enable the plugin in .zshrc

Expected behavior

see in the prompt line somewhere the zsh-vi-mode mode state

Contributor guide