jeffreytse/zsh-vi-mode

Question: Possible to execute a subtitution expression

Open

#310 opened on Jan 4, 2025

View on GitHub
 (1 comment) (1 reaction) (1 assignee)Shell (147 forks)github user discovery
good first issue

Repository metrics

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

Description

Is it possible to perform a substitution expression in Vim normal mode (i.e. :s//)? When I hit ":" in normal mode in zsh I get an "execute:" input command but am unsure how to use it (hitting enter after my input doesn't do anything and not sure if this is the correct place to run this instruction in the first place).

Contributor guide