jeffreytse / zsh-vi-mode

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

Seach in the current line #141

Open adrp opened 2 years ago

adrp commented 2 years ago

General information

Basic examination

Problem description

I'm curious if a feature allowing to search in the current line using / or ? is feasible. Currently those key bind to command history search. I'm aware that it would be a big change, but I'm sure there's a way to combine the two (using :/; to search through history and //? to search in the current line).

There's a plugin that tries to solve the very problem: soheilpro/zsh-vi-search.

jeffreytse commented 2 years ago

Hi @adrp

Thanks for the delay, I'm happy that you commit this issue. Currently, I'm busy, but I will work on this feature in the future. You can star this project for further update in the future. Hope you have a good day! : )

Thanks and Regards

RedemptionC commented 8 months ago

it's 11/26/2023 now and this feature is still missing Hum, when we say vim mode, isn't it natural to use '/' to start searching in current input? why bind it to history search?

GladioFeng commented 6 months ago

I also except this feature.