Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement partial searching. #9

Open
2 tasks
prataprc opened this issue Apr 25, 2020 · 0 comments
Open
2 tasks

Implement partial searching. #9

prataprc opened this issue Apr 25, 2020 · 0 comments

Comments

@prataprc
Copy link
Owner

prataprc commented Apr 25, 2020

Partial searching includes both suffix searching and prefix searching. Which means:

  • select tokens which has a common prefix with supplied pattern.
  • select tokens which has a common suffix with supplied pattern.

The definition of token is context specific, EG: for plain text all alphanumeric words for a single token.

Following keystrokes, compatible with vim, are reserved for partial searching.

  • g* like "*", but also find partial matches.
  • g# like "#", but also find partial matches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant