diff options
| author | LangLangBart <92653266+LangLangBart@users.noreply.github.com> | 2024-05-09 13:39:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 20:39:21 +0900 |
| commit | 07880ca4415009d7a151d262bc5ac62f8b6dc719 (patch) | |
| tree | 9db39bed425cc3a4961f4d9a837c1401b2fbe318 /shell/completion.bash | |
| parent | bcda25a513abc2d4744bc1f8c910eaae305a5242 (diff) | |
| download | fzf-07880ca4415009d7a151d262bc5ac62f8b6dc719.tar.gz | |
chore: Update flags to include long-form options for case (#3785)
Diffstat (limited to 'shell/completion.bash')
| -rw-r--r-- | shell/completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index e01b3005..9cd5b217 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -119,8 +119,8 @@ _fzf_opts_completion() { +s --no-sort --track --tac - -i - +i + -i --ignore-case + +i --no-ignore-case -m --multi --ansi --no-mouse |
