find-file-in-repository icon indicating copy to clipboard operation
find-file-in-repository copied to clipboard

Enhancement: Ignore case by default

Open mcandre opened this issue 9 years ago • 3 comments

Would be great to show results regardless of upper/lower casing, for easier typing!

Workaround example with use-package:

(setq read-file-name-completion-ignore-case t)
(ido-mode)

(use-package find-file-in-repository
  :bind ("C-x f" . find-file-in-repository))

mcandre avatar Dec 09 '16 06:12 mcandre

@mcandre Yes, this sounds like a useful change -- if you'd like to turn this into a PR, I'd be happy to merge it in

h avatar Feb 25 '21 19:02 h


``` **

Sushzhhz avatar Oct 28 '23 11:10 Sushzhhz

Workaround example with use-package:

(setq read-file-name-completion-ignore-case t) (ido-mode)

(use-package find-file-in-repository :bind ("C-x f" . find-file-in-repository))

Sushzhhz avatar Oct 28 '23 11:10 Sushzhhz