Searching only finds exact matches. Is it possible to make it ignore upper/lower case?
For example ctrl+F and search phrase: el will not find anything which says El.
Is there a way to change default behaviour?
me too, i don't want the case-sensitive matching most of the times.
@zyedidia should it be case-insensitive by default?
You should be able to use go's case insensitive flag, (?i), at the beginning of the regex.
open ~/.config/micro/settings.json. and set ignorecase to true. Though I do agree with you, I rather it default to ignore case
Most helpful comment
open ~/.config/micro/settings.json. and set ignorecase to true. Though I do agree with you, I rather it default to ignore case