Re: Custom Logging

2013-11-12 Thread Nicholas Marriott
From: Chris Mason Date: 12/11/2013 23:41 (GMT+01:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: Custom Logging You can do it the same way as rename-window but I've forgotten the name of the command, maybe command-prompt. Check "tmux lsk" to see h

Re: Custom Logging

2013-11-12 Thread Chris Mason
> You can do it the same way as rename-window but I've forgotten the name of > the command, maybe command-prompt. Check "tmux lsk" to see how it is bound. > > You will need a separate key to turn it off though. > Thanks. For the benefit of anyone else, I came up with the following: bind l command

Re: Custom Logging

2013-11-12 Thread Nicholas Marriott
You can do it the same way as rename-window but I've forgotten the name of the command, maybe command-prompt. Check "tmux lsk" to see how it is bound. You will need a separate key to turn it off though. You can pipe to whatever command you like. Original message From: Chris Ma