Re: Help in maping ';' character

2013-01-04 Thread Krzysztof
On Sat, 5 Jan 2013 00:20:40 +0100 Krzysztof wrote: > I have problem in creating mapping for ';' character. > > Currently I am using: > > bind-key -n M-"'"paste-buffer > > but I would like to have: > > bind-key -n M-";"paste-buffer > > I have tried also > > bind-key

Re: Help in maping ';' character

2013-01-04 Thread Thomas Adam
Hi, On 4 January 2013 23:20, Krzysztof wrote: > I have problem in creating mapping for ';' character. > > Currently I am using: > > bind-key -n M-"'"paste-buffer > > but I would like to have: > > bind-key -n M-";"paste-buffer > > I have tried also > > bind-key -n M

Help in maping ';' character

2013-01-04 Thread Krzysztof
I have problem in creating mapping for ';' character. Currently I am using: bind-key -n M-"'"paste-buffer but I would like to have: bind-key -n M-";"paste-buffer I have tried also bind-key -n M-';'paste-buffer bind-key -n M-; paste-buffer But

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-04 Thread Patrick Shanahan
* John Magolske [01-04-13 14:26]: > * Thomas Adam [130104 07:14]: > > Set escape-time to 0. > > This was a reply to Mark's query, but just for clarification, I do > have this set in my tmux.conf: > > set -s escape-time 0 > > and still see the behaviour I described. And my sessions appears

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-04 Thread John Magolske
* Thomas Adam [130104 07:14]: > Set escape-time to 0. This was a reply to Mark's query, but just for clarification, I do have this set in my tmux.conf: set -s escape-time 0 and still see the behaviour I described. John -- John Magolske http://B79.net/contact

Re: tmux-powerline makes tmux crash overnight?

2013-01-04 Thread John Schmitt
On Thu, Jan 03, 2013 at 06:28:52PM +, Thomas Adam wrote: ... > What is in your status-line? What's the definition for any jobs > running in status-{right,left}? As I mentioned before (I think), you > can easily fork-bomb your system if you're not careful. set-option -g status-left "#(~/etc/t

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-04 Thread Thomas Adam
Hi, Set escape-time to 0. -- Thomas Adam On 4 January 2013 12:34, Mark Volkmann wrote: > On Fri, Jan 4, 2013 at 1:07 AM, John Magolske wrote: >> >> Hi, >> >> I've noticed a "lagging" behaviour while running certain ncurses >> applications under tmux, where the first key-press after launching t

Re: Lagging behaviour while running certain ncurses apps in tmux

2013-01-04 Thread Mark Volkmann
On Fri, Jan 4, 2013 at 1:07 AM, John Magolske wrote: > Hi, > > I've noticed a "lagging" behaviour while running certain ncurses > applications under tmux, where the first key-press after launching the > application has no effect. I'm not seeing this behaviour while running > these same applicatio

Re: Tmux multi-pane scripting

2013-01-04 Thread El Spliffo
Hi, thanks for your answer, guys. The "-F" option is refused by my tmux version in combination with the spliw command. I used the list-panes command result to condition my behaviour and it works really fine, as advised by jimeh. Thanks, Alex 2013/1/3 Thomas Adam > Hi, > > On 3 January 2013 13