Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
:43PM -0400, mbm329 wrote: Hi all, Trying to resize-pane by 1 row or column and it just does a select-pane instead. Here is the relative output from the list-keys command: Up: (repeat) select-pane -U Down: (repeat) select-pane -D Left: (repeat) select-pane

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
:43PM -0400, mbm329 wrote: Hi all, Trying to resize-pane by 1 row or column and it just does a select-pane instead. Here is the relative output from the list-keys command: Up: (repeat) select-pane -U Down: (repeat) select-pane -D Left: (repeat) select-pane

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
eg set -g terminal-overrides '*:kUP5=\eOA' Or \e[A if that doesn't work. On Wed, Mar 23, 2011 at 02:43:36PM -0400, mbm329 wrote: Thanks for the pointer. Using PuTTY, here's the output: $ cat ^[[A ^[OA A That's cat, return, Up, return, Ctrl+Up, return

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
23, 2011 at 03:12:31PM -0400, mbm329 wrote: Unfortunately, neither worked. Any other ideas to try? On Wed, Mar 23, 2011 at 2:50 PM, Nicholas Marriott [1]nicholas.marri...@gmail.com wrote: These are usually the keys that are changed when the keypad is put into cursor

Re: resize-pane keystrokes acting as select-pane

2011-03-23 Thread mbm329
be replaced: set -g terminal-overrides *:kUP5=\eOA On Wed, Mar 23, 2011 at 03:42:33PM -0400, mbm329 wrote: opened first window [mbmtest@test1 ~]$ tmux ls failed to connect to server: Connection refused [mbmtest@test1 ~]$ cat ~/.tmux.conf set -g terminal-overrides

tmux output /dev/null, hangs command

2011-02-18 Thread mbm329
Seems like if I run a command that gives output, and I try to send that output to /dev/null, it hangs the command. This occurs with at least set and setw commands. I'm running tmux v1.4. I'm not sure if the following output will help, but thought I'd include it anyways. Example: $ tmux setw

capture-pane with history

2011-02-11 Thread mbm329
Hello list, I'm using tmux v1.4 and trying to write a script that would, via cron, save the history buffer from all tmux windows. I've tried capture-pane, but am only able to get the pane that is visible within the terminal window; the history is not saving to file. I was able to save them in

Re: Hostname/Command for Window Name

2011-01-13 Thread mbm329
, this appears to be the obvious solution, and I may need to go this route. I may be overlooking something basic, so if anyone else has any ideas, I will welcome them. Thanks much! Mike On Thu, Jan 13, 2011 at 10:37 AM, Ben Boeckel maths...@gmail.com wrote: mbm329 mbm...@gmail.com wrote: Hello list

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
\; detach Mike On Wed, Jan 12, 2011 at 4:51 PM, mbm329 mbm...@gmail.com wrote: Hi depesz, I too am evaluating tmux to see if it would be a suitable replacement of gnu screen.  Your questions are interesting to me as well.  As I've only been playing around with tmux for a few days, I decided

Re: 2 questions about working with tmux

2011-01-12 Thread mbm329
Nevermind, upgraded to the latest version. This has been fixed. My apologies. Mike On Wed, Jan 12, 2011 at 6:45 PM, mbm329 mbm...@gmail.com wrote: Also of note to the devs, there may be a bug with regards to the creation and detaching of a session within the same commandline.  It works

Hostname/Command for Window Name

2011-01-11 Thread mbm329
Hello list, I'm trying to transition from GNU Screen to tmux. I like to have my windows named as the host they are logged into. That is, until I run a command. Then I like to have it named for the command I'm running. In GNU Screen, I accomplished this via the PS1 environment variable. (some