tmux set-buffer is limited to 2036 characters

2013-05-28 Thread Jonathan Romiguier
Hello,

It seems that tmux sete-buffer is limited to 2036. Try :

tmux set-buffer `python -c "print 'x'*2037"`

You will have a "command too long" error message.

What is the reason, and there is a way to set an option (or another tweak)
to go beyond this limit ?

 Thanks,

J.R.
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


bind-key -n in nested tmux session

2013-09-13 Thread Jonathan Romiguier
Hello,

I like to switch pane with just  and , so I set my tmux.conf with
:

bind-key -n C-j select-pane -t :.+
bind-key -n C-k select-pane -t :.-


Problem, when I run a nested tmux session (on a server by example), I can't
use these bindings. I am aware of the send-prefix trick (press the prefix
key two time by default), but here  seems always interpreted by the
first tmux session. How can I send them to the nested session ? Can I set
an option to say to tmux that I want to give the priority to the inner
nested session ?


 Thanks for your answers,
--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127&iu=/4140/ostg.clktrk___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users