Re: auto-completion

2013-11-06 Thread Nicholas Marriott
Hi I wrote a patch to do this but I didn't think it gave enough value to be worth it. Most applications where tab-completion is needed have it already. I can dig it out if you like but it probably will need some tweaks to make it work on the latest tmux. On Wed, Nov 06, 2013 at 01:49:08AM +0200

Re: tmux scrolling issue

2013-11-06 Thread Ben Rosengart
On Nov 5, 2013, at 3:28 PM, Nicholas Marriott wrote: > Did you try changing tty_large_region? I'm working on it -- ran into build issues due to my old version of libevent. If you have any other ideas that don't require recompiling, I'm very keen to hear them. Thanks, Ben > On Tue, Nov 05,

Re: auto-completion

2013-11-06 Thread Jan Larres
On 06/11/13 12:49, Dennis Yurichev wrote: > Are there a feature of auto-completion? > It would be great to have it, for example, like Ctrl-N in VIM or M-/ in Emacs: > it auto-completes a word you type with some other word in current > buffer. If you use zsh you can use this: https://gist.github.co

Re: tmux scrolling issue

2013-11-06 Thread Ben Rosengart
On Nov 4, 2013, at 3:18 PM, Nicholas Marriott wrote: > You can probably improve this by doing one or both of: > > - Set c0-change-trigger to 0. > > - Change tty_large_region in tty.c to always return 0 and build tmux > again. I managed to build tmux with this change -- no help. Any other id