On Thu, Nov 01, 2012 at 01:49:04 GMT, Mark Volkmann wrote:
> I think the answer to my question is "no", but I thought I'd ask anyway.
>
> Is there a way to get a single tmux session to utilize multiple
> monitors? It would be nice if the windows of a session could be
> allocated to multiple actual
On Wed, Oct 31, 2012 at 08:49:04PM -0500, Mark Volkmann wrote:
> I think the answer to my question is "no", but I thought I'd ask anyway.
>
> Is there a way to get a single tmux session to utilize multiple
> monitors? It would be nice if the windows of a session could be
> allocated to multiple ac
I think the answer to my question is "no", but I thought I'd ask anyway.
Is there a way to get a single tmux session to utilize multiple
monitors? It would be nice if the windows of a session could be
allocated to multiple actual windows so more than one could be viewed
simultaneously. I realize I
On Wed, Oct 31, 2012 at 08:44:25AM +, Nicholas Marriott wrote:
> screen256-color doesn't exist, do you mean screen-256color?
>
> You should set TERM to xterm-256color BEFORE starting tmux, and make
> sure it is screen-256color inside tmux.
Forcing konsole to set TERM=xterm-256color works well
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
Set kLFT5 and kRIT5 in your external terminfo entry (outside tmux) or
with terminal-overrides to whatever your terminal generates for C-Left
and C-Right. For example, xterm has these:
kLFT5=\E[1;5D, kRIT5=\E[1;5C
Then tmux should pass \eOD and \eOC. If you want full xterm-style
modifiers set the
I take it from your later mail you got this sorted out?
On Sat, Oct 27, 2012 at 01:51:22AM -0400, Brandon Phelps wrote:
> Hello,
>
> I have recently started using tmux and am having some slight problems
> with using C-Up, C-Down, C-Left, and C-Right key bindings. I have added
> the following
Hi
What do they send when you do "cat" and type them outside tmux and what
is the output of "tmux info"?
On Sun, Oct 28, 2012 at 04:46:49PM -0400, Brandon Phelps wrote:
> Hello all,
>
> Has anyone successfully configured OSX Terminal.app to work with
> Ctrl+Up, Ctrl+Down, Ctrl+Left, and Ctrl+
screen256-color doesn't exist, do you mean screen-256color?
You should set TERM to xterm-256color BEFORE starting tmux, and make
sure it is screen-256color inside tmux.
On Tue, Oct 30, 2012 at 10:07:33PM -0700, John Schmitt wrote:
> On Wed, Oct 31, 2012 at 01:44:11AM +, Jim Myhrberg wrote: