Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Calvin Morrison
On 9 July 2014 20:56, Dimitris Zervas wrote: >>> If "suckless-vi" ends up based on sandy I'll be as happy as a clam. I >>> don't have a lot of free time, but I'd be happy to help. >> >>I'm actually also interested in a "suckless-vi" but for me this >>includes >>a design based on piece tables rathe

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Yo On Wed, Jul 9, 2014 at 5:00 PM, Carlos Torres wrote: > Hey Marc, > > On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner wrote: >> On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: >> ...this includes >> a design based on piece tables rather than the double linked list approa

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
>> If "suckless-vi" ends up based on sandy I'll be as happy as a clam. I >> don't have a lot of free time, but I'd be happy to help. > >I'm actually also interested in a "suckless-vi" but for me this >includes >a design based on piece tables rather than the double linked list >approach >taken by sa

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Markus Teich
Dimitris Zervas wrote: > I am now working on multiplying commands (5x will delete 5 chars, etc) and > then I'll clean up and submit the final patches. Heyho Dimitris, please don't forget supporting the arrow keys and the six buttons above them. I know they are very unreachable and therefore vim s

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Hey Marc, On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner wrote: > On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: > ...this includes > a design based on piece tables rather than the double linked list approach > taken by sandy. What are the performance benefits of having

Re: [dev] [ANNOUNCE] abduco-0.1, a lightweight alternative to tmux and screen

2014-07-09 Thread Marc André Tanner
On Sat, Jul 05, 2014 at 10:28:52AM +0200, Marc André Tanner wrote: > I'm pleased to announce the first official release of abduco The git version of abduco and dvtm should now also work on Solaris. Furthermore abduco is now also packaged for Fedora[0]. If some Debian developer is lurking around,

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Marc André Tanner
On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: > If "suckless-vi" ends up based on sandy I'll be as happy as a clam. I > don't have a lot of free time, but I'd be happy to help. I'm actually also interested in a "suckless-vi" but for me this includes a design based on piece t

Re: [dev] [slock] Configure OOM killer as non-root

2014-07-09 Thread S. R. Gal
-- From Danilo 08-07-2014 at 16:19 -- > Hi Amadeus > > Am Di, 8. Jul 2014, um 16:08, schrieb Amadeus Folego: > > I also can't use it as non-root, how did you solve it? > > You need to change the owner of the binary to "root" and set the suid > bit: > > $ sudo chown root slock > $

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Silvan Jegen
On Wed, Jul 09, 2014 at 10:22:12PM +0300, Dimitris Zervas wrote: > On July 9, 2014 10:14:16 PM EEST, Rafa Garcia Gallego > wrote: > >Hi Dimitris, > > > >Thanks for working on sandy! I'm skimming over the changes and they > >look promising. When you are done polishing, they would fit nicely > >ups

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Martti Kühne
On Wed, Jul 9, 2014 at 10:22 PM, Dimitris Zervas wrote: > > Yes! I was really worried about "cancelling" your precious work, but with 2 > configs, we're happy :) > I am now working on multiplying commands (5x will delete 5 chars, etc) and > then I'll clean up and submit the final patches. > The

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 10:14:16 PM EEST, Rafa Garcia Gallego wrote: >Hi Dimitris, > >Thanks for working on sandy! I'm skimming over the changes and they >look promising. When you are done polishing, they would fit nicely >upstream. > >In fact... does anyone use the default / non-modal sandy bindings on

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Rafa Garcia Gallego
Hi Dimitris, Thanks for working on sandy! I'm skimming over the changes and they look promising. When you are done polishing, they would fit nicely upstream. In fact... does anyone use the default / non-modal sandy bindings on a daily basis? I find they work nicely for simple edits or when typing

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 6:32:16 PM EEST, Lee Fallat wrote: >True neovim over here ;) >Honestly though at least the implementation is a 100x cleaner. >I'm not a vi/m user anymore, nor tui fan, but keep up the work guys. >At least people will use software that sucks less. Not just cleaner, but also much sma

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Lee Fallat
True neovim over here ;) Honestly though at least the implementation is a 100x cleaner. I'm not a vi/m user anymore, nor tui fan, but keep up the work guys. At least people will use software that sucks less.

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 6:24:32 PM EEST, Carlos Torres wrote: >Dimitris, >http://git.dzervas.gr/sandy/commit/?id=60777b454326ce3790fcaf530fe3fd73469b5605 >config.h is generated by Makefile from config.def.h > >you should put your changed in config.def.h instead, no? > >then maybe Rafa can pull your change

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
I just finished the sentence mode :) Just like vim, you form sentences with key bindings. ex.: d$ means delete until the eol. As of now, I have only implemented d verb and $ and ^ adjective. Please test them to find any bugs. I'll almost every key of vim tomorrow.

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Dimitris, http://git.dzervas.gr/sandy/commit/?id=60777b454326ce3790fcaf530fe3fd73469b5605 config.h is generated by Makefile from config.def.h you should put your changed in config.def.h instead, no? then maybe Rafa can pull your changes into his mainline easier. if he wants them :p --Carlos

Re: [dev] Simple, suckless syslogd?

2014-07-09 Thread Andrew Gwozdziewycz
On Wed, Jul 9, 2014 at 2:12 AM, Dimitris Papastamos wrote: > On Tue, Jul 08, 2014 at 10:40:38PM -0400, Andrew Gwozdziewycz wrote: >> I'm looking for a very simple and suckless syslogd. What do people on >> this list use for this purpose? > > It has been on my mind recently after Ari posted crond.

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 1:19:23 PM EEST, Silvan Jegen wrote: >On Wed, Jul 9, 2014 at 12:16 PM, Markus Teich > wrote: >> Dimitris Zervas wrote: >>> I keep my branch at: http://git.dzervas.gr/sandy if anyone is >interested. >> >> Heyho, >> >> $ git clone http://git.dzervas.gr/sandy >> Cloning into 'sandy'..

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 1:16:31 PM EEST, Markus Teich wrote: >Dimitris Zervas wrote: >> I keep my branch at: http://git.dzervas.gr/sandy if anyone is >interested. > >Heyho, > >$ git clone http://git.dzervas.gr/sandy >Cloning into 'sandy'... >fatal: unable to access 'http://git.dzervas.gr/sandy/': The req

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Silvan Jegen
On Wed, Jul 9, 2014 at 12:16 PM, Markus Teich wrote: > Dimitris Zervas wrote: >> I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. > > Heyho, > > $ git clone http://git.dzervas.gr/sandy > Cloning into 'sandy'... > fatal: unable to access 'http://git.dzervas.gr/sandy/': The

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Markus Teich
Dimitris Zervas wrote: > I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. Heyho, $ git clone http://git.dzervas.gr/sandy Cloning into 'sandy'... fatal: unable to access 'http://git.dzervas.gr/sandy/': The requested URL returned error: 500 I would like to try it out, was

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Raphaël Proust
On Wed, Jul 9, 2014 at 9:50 AM, Dimitris Zervas wrote: >>Good work, I was surprised to see dmenu used, but seems to work well >>with it. As a suggestion/alternative, ncurses supports status bars >>which can also serve as the command bar (which would be useful over an >>ssh session). > Yes, I also

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
>Good work, I was surprised to see dmenu used, but seems to work well >with it. As a suggestion/alternative, ncurses supports status bars >which can also serve as the command bar (which would be useful over an >ssh session). Yes, I also thought of it, but you lose precious space. I may add a fallb

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Ralph Eastwood
On 9 July 2014 07:34, Dimitris Zervas wrote: > On July 9, 2014 7:10:06 AM EEST, Andrew Hills wrote: >>On 7/8/14, 8:27 PM, Dimitris Zervas wrote: >>> I know that some of you will really hate me about this, but I patched >>sandy to have command and insert mode. >> >>Actually, this was all that kept