beacon.nvim icon indicating copy to clipboard operation
beacon.nvim copied to clipboard

Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is

Results 12 beacon.nvim issues
Sort by recently updated
recently updated
newest added

When the cursor is in the Quickfix List and then pressing enter on a entry in the Quickfix List often the wrong location is highlighted. Often it is the position...

bug

When we set these mappings: ``` nmap n n:Beacon nmap N N:Beacon nmap * *:Beacon nmap # #:Beacon ``` We lose the count search like: `[3/15]`

Currently, I don't think there is a way to programmatically trigger Beacon at an arbitrary location. Could support for this be added? I would be happy to make a PR.

## Hope to have this effect ![image](https://user-images.githubusercontent.com/57088952/109030078-74e70500-76fe-11eb-8852-49d94643a235.png)

Steps to reproduce: - Create two files (`a` and `b`) and change `b` slightly (say add an extra line), make sure `a` and `b` have at least 20 lines, more...

bug

I use the following to auto-close coc-explorer if it's the last open window: `autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif` which is...

If you set "syntax enable" after you define your beacon color. The color will be negated. I'm not sure if this is obvious or stated somewhere, I may have missed...

Hi, setting that option in the config breaks neovim, when opening fzf... at least with !, f.e. `:Rg!`. What happens is: the highlight will be stuck at the top of...

bug

I've got bprev and bnext bound with `` mappings which make it pretty easy to chain them together more quickly than the animation can finish. It seems like, depending on...

neovim bug

Despite having toggleterm in the ignored filetypes, toggleterm is not actually ignored.