Prabir Shrestha

Results 267 comments of Prabir Shrestha

We ship the default lua script so the user starting it for the first time will never have to configure anything and they get the exact experience we have now....

The way I envision is to have an api that can get all client for a display and then client.position api can also take the displayid which can move to...

Feel free to send a PR

Might be worth adding comments in README or above the file in `nmaster-ncol.c` about section on dealing with large monitors since this does require a bit more config beside just...

My hope is to expose lua bindings so one can hook into anything similar to awesomewm where you get full control but we provide some helper apis to so you...

This is a great idea. I have needed to do the same for powerpoint slides. Need to figure out the win32 apis for this first.

I use this dwm-win32 everyday on windows, so I don't see it going anywhere even though there may not be any commits. > The project supports multiple screens? I don't...

Vim also supports jobs and channels but currently still in development so some of the features may not be implemented. https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75

@mhartington you can still do async in regular vim if it has support for jobs and channels. Here is how to [listen to socket](https://gist.github.com/prabirshrestha/1c9e884ad13bd83c1ad7) in regular vim. And here is...

[redismru.vim](https://github.com/chemzqm/redismru.vim/blob/e04bc3e6523a19c5a944c3ee5355bab89e8ca1fc/autoload/redismru.vim#L90-L107) is the only one I have seen where there is an attempt to support both. But haven't tried it yet. It should be fairly easy but I'm not an...