Suraj N. Kurapati
Suraj N. Kurapati
The configure error still occurs even after installing pkg-config and other dependencies on CentOS 6.6: - BuildRequires: autoconf automake libtool - BuildRequires: gcc - BuildRequires: libcap-devel - BuildRequires: pkgconfig(libselinux) -...
Agreed. :+1: I think the [simplest and most portable example](https://wiki.archlinux.org/index.php/Bubblewrap#Usage_examples) I have seen comes from [this ArchLinux wiki](https://wiki.archlinux.org/index.php/Bubblewrap): ```sh $ bwrap --dev-bind / / bash ``` Even if simplistic, having...
Thanks! For the time being, users can work around this limitation by cloning this git repository, modifying the `css/*` files, and building (and using/installing) the Chrome extension locally. :cake:
**ProTip:** :tipping_hand_person: Here is [the workaround I use](https://github.com/sunaku/home/blob/f1aed664ab46fd33be620721c0c8d30d6d8949c6/sys/etc/rc.local#L6-L19) on my Samsung Chromebook Pro (CAROLINE): ```sh # _ ____ ____ _ # _ __ ___ __ _ __ _(_) ___ /...
Thanks for this patch! :gift_heart: I will try to review and merge it by summer time. :sweat_smile: Cheers.
Hi @thecontinium, sorry for the super long delay on this PR. :sweat_smile: In the eons that have since passed, it appears that active development has stopped on Denite and its...
Good idea. :+1: As an alternative to the configuration option, I'm wondering if I should just do this by default for all non-printable leader keycodes. :thinking:
Couldn't this be done in a user's Vim configuration by registering an autocmd to run upon entering the slimux pane selection window? :neckbeard: The autocmd would (1) `set modifiable` and...
Try running `:set shell=/bin/sh` (or add it to your vimrc) before issuing any Slimux commands.
:+1: Good idea.