Results 12 comments of Yves Chevallier

Why is this pull request opened for almost 2 years?

Good, this is exactly the same issue I have. I have recently asked a question here: https://vi.stackexchange.com/questions/12158/improperly-highlighted-when-used-with-cursorcolumn And I still have no clues...

Absolutely true. I recently discovered `shyaml`, but I cannot use it, it is way too slow.

Yes, I use another mapping for since I prefer to keep a more standard behavior for and (cut, yank, put). In insert mode these mapping will act on the current...

Well after some reading I think this is very straightforward: ```ini [Unit] SourcePath=/home/pi/daemon/daemon Description=My Juicy Daemon Before=multi-user.target [Service] Type=notify PIDFile=/var/run/my-juicy-daemon.pid Restart=no ExecStart=/home/pi/daemon/daemon start ExecStop=/home/pi/daemon/daemon stop ExecReload=/home/pi/daemon/daemon reload ```

![image](https://user-images.githubusercontent.com/1132849/43609126-731a99c8-96a3-11e8-82c4-04c835232eed.png) http://bl.ocks.org/darosh/raw/65f9046bcb91c5f516a1

I have the exact same problem. I just `npm install --save-dev favicons`, then wrote this script: ```javascript var favicons = require('favicons'), source = './app/assets/img/logo.svg', // Source image(s). `string`, `buffer` or...

I totally agree about the (CTRL+C) `SIGINT` action. As for most shells, it is the `EOF` (End Of File) which is used to close the session with (CTRL+D).