Sheheryar Parvaz

Results 10 issues of Sheheryar Parvaz

![2017-05-07-111957_467x206_scrot](https://cloud.githubusercontent.com/assets/15808018/25782356/43e2ae8e-3317-11e7-9689-7b48f5c7f673.png) Any way to fix this?

First step in publishing an updated version to the npm registry.

This can be easily seen in a pager. ``` abduco -c man man man ``` Connecting the first time often works (but not always). ``` abduco -a man ``` However,...

Preliminary fix for #370. Still need to: - [x] ~Support `$XDG_CONFIG_DIRS`~ (Probably not necessary) - [x] Document in `tup(1)`

[Here is the spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) It defines a standard directory for storing user configuration instead of polluting the home directory with `.*` files. Many projects have already added support for it....

Wanted to stress-test crash consistency before using so decided to take the approach below. Sharing in case it's useful to anybody, feel free to close this issue 🙂. Repeatedly ran...

Running `tmux set-option -g status off` instantly turns it back on when any instance of vim is running in the current session.

Implements the `gy` key binding from [evil-commentary](https://github.com/linktohack/evil-commentary). Closes #125. See also #42.

Apologies for the churn that treesitter has caused this project :sweat_smile:. Commit 07e70d5 is missing some highlight groups needed for some languages like Rust. I've added the missing groups, while...