Re: Setting pane title repeatedly causes status line problems

2012-12-06 Thread Adrian Luff
It does not occur with vt220 in OS X Terminal or iTerm2. -Adrian "You need to get yourself a better dictionary. When you do, look up 'genocide'. You'll find a little picture of me there, and the caption'll read 'Over my dead body'." --The Doctor from Doctor Who On Dec 6, 2012, at 10:17 AM, Nic

Re: Setting pane title repeatedly causes status line problems

2012-12-06 Thread Nicholas Marriott
What about TERM=vt220? It may not have colour but don't worry about that. On Thu, Dec 06, 2012 at 07:59:32AM -0800, Adrian Luff wrote: > It does still occur with TERM=iTerm.app. In fact it seems to happen every > time enter is hit, whereas before it only happened occasionally. > > -Adrian > >

Re: Setting pane title repeatedly causes status line problems

2012-12-06 Thread Adrian Luff
It does still occur with TERM=iTerm.app. In fact it seems to happen every time enter is hit, whereas before it only happened occasionally. -Adrian On Dec 6, 2012, at 4:54 AM, Nicholas Marriott wrote: > Try TERM=iTerm.app in iterm and see if still happens please. > > > On Tue, Nov 27, 2012 a

Re: problem with pasting from linux clipboard tmux

2012-12-06 Thread Ping
good tip Sent from my iPhone On Dec 6, 2012, at 8:24 AM, Alexandre Provencio wrote: > > unbind p > bind p run "xclip -o -sel clipboard | tmux load-buffer - ; tmux paste-buffer" -- LogMeIn Rescue: Anywhere, Anytime Re

Re: media keys in tmux

2012-12-06 Thread Thomas Adam
Hi, On 6 December 2012 13:07, Hermann Laner wrote: > Hi! > i can execute commands already. > https://wiki.archlinux.org/index.php/Extra_Keyboard_Keys_in_Console > > my problem is, when im using emacs, the media-key inserts "mpc next\n" > so what i need to do is to switch to another window with a

Re: problem with pasting from linux clipboard

2012-12-06 Thread Alexandre Provencio
On Thu, Dec 6, 2012 at 11:10 AM, Nicholas Marriott wrote: > Does it help if you do "xclip -o -sel clipboard|tmux loadb -" instead of setb? Worked like a charm, thank you! This is my final mapping: unbind p bind p run "xclip -o -sel clipboard | tmux load-buffer - ; tmux paste-buffer" - Alexandre

Re: problem with pasting from linux clipboard

2012-12-06 Thread Nicholas Marriott
Does it help if you do "xclip -o -sel clipboard|tmux loadb -" instead of setb? On Tue, Nov 27, 2012 at 03:12:11PM -0200, Alexandre Provencio wrote: > On Tue, Nov 27, 2012 at 2:03 PM, Nicholas Marriott > wrote: > > If you kill tmux entirely and start it with "EVENT_NOEPOLL=1 tmux new" does > > i

Re: tmux-powerline makes tmux crash overnight?

2012-12-06 Thread Nicholas Marriott
Does it go away if you bump status-interval to 10 or 30? I think you need to talk to whoever wrote these scripts to work out why they are causing issues. On Wed, Dec 05, 2012 at 09:36:48AM -0800, John Schmitt wrote: > On Wed, Dec 05, 2012 at 05:21:48PM +, Nicholas Marriott wrote: > > What is

Re: Setting pane title repeatedly causes status line problems

2012-12-06 Thread Nicholas Marriott
Try TERM=iTerm.app in iterm and see if still happens please. On Tue, Nov 27, 2012 at 12:35:49PM -0800, Adrian Luff wrote: >export TERM='xterm-256color' >-Adrian >On Nov 27, 2012, at 12:23 PM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > What is TERM set to

Re: media keys in tmux

2012-12-06 Thread Thomas Adam
Hi, On 6 December 2012 10:26, Hermann Laner wrote: > ok, my question: > > how do i execute a command in a specific window/pane by pressing just one > key? > > like: > xf86Next: switch to window2 - execute mpc next - switch back to window1 > > ... i want to use my media keys without X I very much