Asheq Imran

Results 14 comments of Asheq Imran

My idea for handling scrolling past the end of the buffer: Keep it the way it is now, but when the user starts to scroll past the end of the...

BTW, @dstein64 this plugin is by far the best vim scrollbar plugin I've found! Really glad I found it, and thanks for the incredible work. (I like being able to...

To be comprehensive, you can also add this line to your vimrc: :nmap di,w di,e This is in addition to the aforementioned: :nmap c,w c,e :nmap ci,w ci,e

Some additional mappings for useful bash commands like `alt-.` `alt-*` and `alt-#` : - { key: Period, mods: Alt, chars: "\x1b." } - { key: Key8, mods: Alt|Shift, chars: "\x1b*"...

I would love that as well. Where is that GIF from @wtrungvu? FWIW, https://speechify.com/ does this, but it's closed-source and only a Chrome extension currently.

FYI: This issue (as well #41) goes away when I trigger an auto-save on only `CursorHold` events. ``` let g:auto_save_events = ["CursorHold"] set updatetime=300 ``` So far, things are working...

Thanks, it would make sense not to start a hexokinase process for unlisted buffers. I'm using `let g:Hexokinase_ftEnabled = ['css', 'html', 'scss']` for now and the error no longer appears...

Does not work with spaces: ![spaces](https://user-images.githubusercontent.com/4657140/61904921-b7ba7880-aedc-11e9-9ee6-b7f3400bc271.gif) Works with out spaces: ![no-spaces](https://user-images.githubusercontent.com/4657140/61904954-c739c180-aedc-11e9-8f3b-251800f582f3.gif)

As far as I can tell, the following recommendations are _already_ the default values: - `browser.send_pings` = false - `network.dns.disablePrefetchFromHTTPS` = true - `network.predictor.enable-prefetch` = false So, I think they...

This is not fixed, but it is a duplicate of #1665 so we can leave this closed and keep that one open.