Brian Wo

Results 27 comments of Brian Wo

Got the same issue on Arch Linux, installed via pacman. Running the latest 2.3.0 version.

For quick hack: If you are using a shortcut/hotkey daemon like `sxhkd` or XFCE shortcut manager, you can set your a key for clear-on-toggle. Here is what I have in...

I would like to work on this issue

> I created a fork where I removed all the keys with invalid characters Thanks I will use your fork instead, seems like the maintainer of this repo is rarely...

> > I created a fork where I removed all the keys with invalid characters https://github.com/johnstef99/vim-nerdtree-syntax-highlight/tree/master. This should not thrown any errors. > > By my understanding this plugin always...

### Issue closed to avoid more off-topic comments. ~~For those who wanting a solution, there are currently two forks you can use:~~ ``` Plug 'johnstef99/vim-nerdtree-syntax-highlight' ``` ``` Plug 'jcharum/vim-nerdtree-syntax-highlight', {...

I have read that before, I can see how it relates to my feature request. Though, I think that asking specifically for clear-on-toggle functionality which is separate from the one...

Here is the temporary solution I made myself: ![](https://github.com/flutter/flutter/assets/45139213/32c4ea7d-f94b-4767-9f94-ee560ece10c8) Source Code ```dart // Position of where autoscroll initated double startY = 0; // Current position of the cursor double y...

> This is indeed a minimal implementation that doesn't account for the possibility of scrolling occurring simultaneously along both axes. I'd also like to mention that it does not work...