junegunn / junegunn/fzf.vim

Match exact searched word/phrase

Open
#1,062 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues

I would like to find exact matches for a searched word. For example if I search for `$user` I would like to find only these results but have others like `$userData, $username...`:

![image](https://user-images.githubusercontent.com/16841490/86916183-e3edfa00-c12b-11ea-9f57-4c6cc876adf6.png)

![image](https://user-images.githubusercontent.com/16841490/86916240-fb2ce780-c12b-11ea-901e-93a693557512.png)

I tried with `'` `'$user` but still there are some other results.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.