Re: feature request: have mode-keys alter block selection behavior

2011-04-17 Thread Tiago Resende
On Sunday, 2011-04-17, at 20:43:20 +0100, Nicholas Marriott wrote: > Hmm, code looks fine but we already have things that are different from > both vi and emacs and I'm not sure such a small thing is worth making > copy mode even more complicated... I'd also like to point out to my fellow vim user

Re: feature request: have mode-keys alter block selection behavior

2011-04-17 Thread Nicholas Marriott
Hmm, code looks fine but we already have things that are different from both vi and emacs and I'm not sure such a small thing is worth making copy mode even more complicated... I guess the change is small so it can't do too much harm and both vi and emacs modes do get tested. On Fri, Apr 15, 201

Re: proper way to bind this command...

2011-04-17 Thread Nicholas Marriott
bind them with the run-shell command that is. On Sun, Apr 17, 2011 at 08:14:13PM +0100, Nicholas Marriott wrote: > I usually write little shell scripts and bind them. > > > On Wed, Apr 13, 2011 at 06:14:13PM -0400, Rita wrote: > >I have 3 commands, > >command1 ?#writes something to stdo

Re: proper way to bind this command...

2011-04-17 Thread Nicholas Marriott
I usually write little shell scripts and bind them. On Wed, Apr 13, 2011 at 06:14:13PM -0400, Rita wrote: >I have 3 commands, >command1 �#writes something to stdout and exit >command2 �#writes something to stdout and exit >command3 �#similar to tail -f its keep updating >I typ

Re: shift+pageup/pagedown

2011-04-17 Thread Nicholas Marriott
Remind me what you were doing, I've lost the original mail thread? On Fri, Apr 15, 2011 at 08:54:21AM +0200, Tomas Cech wrote: > On Thu, Feb 24, 2011 at 06:57:30PM +, Nicholas Marriott wrote: > >sure. let me know when you've got it working > > Konsole patch is now applied in upstream and sho

Re: Nested tmux?

2011-04-17 Thread Nicholas Marriott
Not sure what you mean here? Only think I use is multiple prefix keys... On Thu, Apr 14, 2011 at 10:55:41AM -0700, Robin Lee Powell wrote: > I seem to recall that tmux is supposed to have features that make it > easier to deal with sshing to a remote tmux under one's master tmux, > compared to s

Re: check for full name with has-session

2011-04-17 Thread Nicholas Marriott
tmux ls|grep -q '^name: ' On Sun, Apr 17, 2011 at 06:33:59PM +0100, boo wrote: > Hey Hey > > At the moment, has-session checks if a session STARTS WITH [session-name] > e.g. if there is a session called devel.someproject - has-sesssion > "devel" returns true > > Is there any way to check if th

check for full name with has-session

2011-04-17 Thread boo
Hey Hey At the moment, has-session checks if a session STARTS WITH [session-name] e.g. if there is a session called devel.someproject - has-sesssion "devel" returns true Is there any way to check if the session with that exact name exists ? Thanks in advance! --