Fzf: How to perform case insensitive search in fzf?

Created on 24 Feb 2017  路  2Comments  路  Source: junegunn/fzf

  • Category

    • [ ] fzf binary

    • [ ] fzf-tmux script

    • [ ] Key bindings

    • [ ] Completion

    • [x] Vim

    • [ ] Neovim

    • [ ] Etc.

  • OS

    • [ ] Linux

    • [ ] Mac OS X

    • [x] Windows

    • [ ] Windows Subsystem for Linux

    • [ ] Etc.

  • Shell

    • [ ] bash

    • [ ] zsh

    • [ ] fish

May I know to perform case insensitive search in fzf?

question

Most helpful comment

fzf -i to force case-insensitive search. Default is smart-case match where the search will be case-sensitive if you use at least one uppercase letter your pattern and case-insensitive otherwise. Take a look at fzf --help for all options you can give to FZF.

All 2 comments

It looks like typing the pattern in lowercase will search files in case insensitive mode. Typing the pattern in uppercase will search files in case sensitive mode?

fzf -i to force case-insensitive search. Default is smart-case match where the search will be case-sensitive if you use at least one uppercase letter your pattern and case-insensitive otherwise. Take a look at fzf --help for all options you can give to FZF.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmedelgabri picture ahmedelgabri  路  3Comments

nordlow picture nordlow  路  3Comments

erusev picture erusev  路  3Comments

asilvadesigns picture asilvadesigns  路  3Comments

aleclarson picture aleclarson  路  3Comments