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
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
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
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
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
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
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
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!
--