vim-vixen icon indicating copy to clipboard operation
vim-vixen copied to clipboard

Request: search by / can use regex

Open stawari opened this issue 6 years ago • 4 comments

I'm opening this issue because:

  • [ ] I'll report a bug
  • [ x ] I'll propose a new feature

Description

Hi Team, I'm using vim-vixen now for replace vimperator in firefox, and one function i like in vimperator is selected text then copied to clipboard (without mouse) by using visual and carot mode. But It's done have in here, so i think another way that use auto select and auto copy selected text. And one thing I need is regex search, so I can search all sentense like: *It.ect! for "It looks like this is your first time opening an issue in this project!" Can we do it?

Failure Information (for bugs)

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

System configuration

  • Operating system:
  • Firefox version:
  • Vim-Vixen version:

Console logs

Any relevant log in developer tools:

stawari avatar May 23 '18 08:05 stawari

I'd also like basic regex search facility. I tried searching for \d\{4,\} to find longer numbers on the page, no dice. Thx!

FergusFettes avatar Apr 13 '19 10:04 FergusFettes

I need this badly enough that it brought me here after I searched open pull requests for a pending change.

I'm looking into it myself in the meantime.

SkyLeach avatar Nov 04 '20 09:11 SkyLeach

that would be amazing, one example that made me land on this issue is:

"I want to search for the string env"

vim-vixen

  1. type /env
  2. all the 5234 results with environment pop up and I will never find what I'm looking for
  3. it's useless

vim

  1. type /env$
  2. only get the results that contain the string env without any further characters
  3. it's so much useful and I'm so pleased that I radiate happiness

it would be awesome to have it implemented

Salomanuel avatar Mar 18 '21 11:03 Salomanuel

@SkyLeach Were there any developments on this? I would also love this feature, am just beginning to look into it myself. Certainly this should be possible, as there are many extensions which allow searching by regular expression.

nbennett320 avatar Dec 01 '21 21:12 nbennett320