far.vim icon indicating copy to clipboard operation
far.vim copied to clipboard

Find And Replace Vim plugin

Results 30 far.vim issues
Sort by recently updated
recently updated
newest added

When running far on a project where a folder / file contains the charaters {{ or }} the following error appears ```python rror caught in async handler '/home/.vim/plugged/far.vim/rplugin/python3/far:function:_far_nvim_rpc_async_invoke [[['mod =...

Process failed to start: too many open files: "/usr/local/bin/git" ![image](https://user-images.githubusercontent.com/27877040/160271470-dfc2a9a0-21c5-47d5-b6f4-1aafc12bb08a.png)

toggling case-sensitive when using ":Farf" uses CTRL+C instead of CTRL+A

I'm using ripgrep with far: ``` let g:far#source = "rgnvim" ``` Is there any way I can configure far.vim so that it would pass the `--hidden` flag into `rg` when...

![Screenshot 2021-10-21 at 12 46 06 PM](https://user-images.githubusercontent.com/17482349/138187463-29f1073e-ea5a-4432-9fe8-b8d5528b3865.png) ![Screenshot 2021-10-21 at 12 46 13 PM](https://user-images.githubusercontent.com/17482349/138187469-51e687bf-6504-4535-ad98-2985bac21bfa.png) Using ripgrep, nvim 0.5.0

Not sure what happen, but Far stop working on MacVim when source is ripgrep. Debug log shows that this line is different between vim and macvim: macvim: ``` [21:15:51] invoke...

With the `-g` option ripgrep can take a glob pattern which is much more powerful and faster than far.vim's glob matching. Is it acceptable if we have an option to...

When I perform a `:Far from to %` command, the matches are found in the current buffer, but it seems the replacements are not being processed when running `:Fardo` -...

When holding `j` in the `Far` results, the preview window can take a lot of resources, making scrolling very slow. Add a configurable debounce variable so that the preview window...

Example use case There is no current way to exclude git ignored files from search results. So after doing a Far search then I might want to do something like...