far.vim
far.vim copied to clipboard
Find And Replace Vim plugin
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" 
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...
  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...