Francesco Minnocci

Results 131 comments of Francesco Minnocci

@ottopiramuthu from the [wiki](https://github.com/philc/vimium/wiki/Visual-Mode#caret-mode), I guess the only thing missing is the `c` binding from visual mode to go back to pointer mode: ``` vim vmap c ``` Edit: actually...

Also, a minor issue with your `T` binding: ``` vim nmap T buffer ``` I also had issues trying to map this to correspond to the vimium opened tab selection:...

The only other issue I found is that ``` vim vmap 0 ``` doesn't work, probably because `0` is recognized as a "count" multiplier, so it does not behave as...

> Does [this](https://github.com/Jelmerro/Vieb/commit/ab416b57163f4d52cd38f1ca5b62664f04ec1b20) solve your use case @BachoSeven? It might, I haven't been able to run from master(`npm install` runs fine, but `npm start` seems to hang, with the electron...

Right, I meant suggestions. Just tried using `--debug` so I could test the feature, it works as expected, thank you. As for why it fails to start without `--debug`, I've...

Related: check out [this](https://github.com/davidbailey00/notion-deb-builder/releases/tag/v2.0.6-windows) for a prebuilt .deb package of the native windows app.

@sanjaygeeky It looks like the installation was succesful, you just need to launch the app from inside the Lotion folder I guess. If you want to have a menu icon...

I'm afraid I didn't really understand your last comment. If you mean how to launch the application, try to open it from the menu, it should be there now. With...

Same, I also have a lot of albums with `.flac`+`.cue` sheets. The way mpd handles it is quite good, as it recognises the .cue sheet by providing a virtual directory...

@yshui Was this fixed by https://github.com/yshui/picom/pull/881?