Re: getting 256 colors

2012-10-31 Thread Jim Myhrberg
What's the value of TERM before you launch tmux? My guess is that it is "xterm" rather than "xterm-256color". Ensure iTerm/Terminal is set to use *-256color. On 31 Oct 2012, at 01:38, John Schmitt wrote: > On Tue, Oct 30, 2012 at 08:15:50PM -0500, Mark Volkmann wrote: >> Just finished reading t

Re: How to run tmux commands from remote ssh session

2012-08-20 Thread Jim Myhrberg
Hi Steve, this might not be exactly what you're looking for (as it won't work from scripts executed on the remote server), but it might solve your problem. Try hitting ` :` This triggers the tmux's `command-prompt` command, which lets you enter tmux commands directly. Personally I use it to cr

Re: RFC: Rename mode-mouse option to mouse-copy-mode

2012-06-25 Thread Jim Myhrberg
Right, I stand corrected :)… So Tmux always forwards mouse input then? -jimeh On Monday, 25 June 2012 at 09:44, Marcel Partap wrote: > > but I thought mouse-mode enabled the copy behavior you describe, and also > > enables sending mouse events to apps, like Emacs or Vim for example. > > Al

Re: RFC: Rename mode-mouse option to mouse-copy-mode

2012-06-25 Thread Jim Myhrberg
Correct me if I'm wrong, but I thought mouse-mode enabled the copy behavior you describe, and also enables sending mouse events to apps, like Emacs or Vim for example. Allowing cursor positioning, buffer selection, scrolling, dragging and such which those apps. -jimeh On 24 Jun 2012, at 22:

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Jim Myhrberg
I think having the cursor visible in all panes would have two benefits: - As a clear indicator that synchronized input is enabled. - Makes it easier to see what's going on in the other panes, specially when editing the same file from different servers for example, and a single character differs

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Jim Myhrberg
I think having the cursor visible in all panes would have two benefits: - As a clear indicator that synchronized input is enabled. - Makes it easier to see what's going on in the other panes, specially when editing the same file from different servers for example, and a single character differs