jeffreytse/zsh-vi-mode

Question: Possible to execute a subtitution expression

Open

#310 opened on Jan 4, 2025

 (1 comment) (1 reaction) (1 assignee)Shell (154 forks)github user discovery
good first issue

Repository metrics

Stars
 (4,427 stars)
PR merge metrics
 (No merged PRs in 30d)

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