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

Make worf-goto case insensitive? #37

Open
georgewsinger opened this issue Jun 17, 2019 · 1 comment
Open

Make worf-goto case insensitive? #37

georgewsinger opened this issue Jun 17, 2019 · 1 comment

Comments

@georgewsinger
Copy link

Is there a way to make worf-goto search without case sensitivity (i.e., both "HOW" and "how" match "How")?

@abo-abo
Copy link
Owner

abo-abo commented Jun 24, 2019

It should already do that with the default settings.

If you have (setq worf-completion-method 'ivy), the default, the behavior is determined by ivy-case-fold-search-default.

  • with 'auto, the default, "how" will match all 3, "H" will match the last two.
  • with t, "how" and "How" will match all 3
  • with nil, each case variant will match only itself.

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

2 participants