Bart De Roy

Results 18 issues of Bart De Roy

see https://github.com/overdodactyl/ShadowFox/pull/294

Vim's setting `scrolloff` specifies the _minimal number of screen lines to keep above and below the cursor_ It would be nice to have such a setting for Newsbeuter in either...

to-consider
enhancement

https://github.com/pimutils/khal/blob/fc5c2bfe8f8ea54e665d83d484f00cea0a6777c3/khal/khalendar/backend.py#L288 Could we add a `lang` option for calendars of `type = birthdays`, so that a localized string is used?

type: enhancement

alsamixer has a `-g --no-color` option that I'd like pacmixer to have.

Prabir Shrestha's [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim) is compatible with vim8 and neovim. It would be nice to have a lexical/dictionary source for it. It makes use of vim8's timer feature. I know I...

hi, the contributor's docs told be to open an issue here. I'm preparing a pull request for dutch (language code [nl](https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=nl)). At the moment, this will only include the website's...

Translation

I'm aware that this isn't a Q&A site, sorry! But please consider [this zsh function](http://chneukirchen.org/blog/): ```sh xless() { { exec {stdin}&2 exec urxvt -e sh -c "less ${(j: :)${(qq)@}} /dev/fd/$stderr"...

hello, I haven't tested this utility thoroughly, but I can imagine that there is a demand for inverted colors on an application-instance basis. For instance, inverting colors on a specific...

given the line `Documentation=man:systemd.special(7)` ... and `au Filetype systemd setl iskeyword+=.` in my configs, I'm able to lookup a `:!man systemd.special` via the normal command **K** I thought maybe you'd...