[PATCH] Add -n argument to show-environment to specify a variable name

2012-03-12 Thread Kazuhiko Sakaguchi
Hi, This patch add a -n argument to show-environment. It specifies a variable name. example: $ tmux show-environment -g -n TERM rxvt-unicode-256color --- a/cmd-show-environment.c +++ b/cmd-show-environment.c @@ -31,8 +31,8 @@ int cmd_show_environment_exec(struct cmd *, struct cmd_ctx *); c

Unsubscribe

2012-03-12 Thread Muhammad Sharfuddin
un-subscribe -- Regards, Muhammad Sharfuddin Technical Manager Cell: +(92) 333-2144823 | UAN: +(92-21) 111-111-142 ext: 113 | Web: http://www.nds.com.pk On Thu, 2012-03-08 at 17:57 -0800, Gustavo Baratto wrote: > Hi Nicholas... > > > > Try running "ls -la", then opening any file with 'vi'.

Tmux quirks using colorschemes and vim.

2012-03-12 Thread Andy Walker
In order to avoid eyestrain at work, I've chosen to use the ever popular "solarized" scheme (http://ethanschoonover.com/solarized), which, to keep things consistent starts off by modifying your terminal colors themselves through .Xresources or gnome terminal settings. My basic 16 colors thus remap

Re: Line wrap problem in tmux

2012-03-12 Thread Nicholas Marriott
On Mon, Mar 12, 2012 at 11:19:40AM +0100, d z wrote: >If the TERM inside tmux is screen or screen-256color and I type a long >command line in bash which is longer that the width of the terminal >screen, the command line will not be wrapped to the next line, but be >shifted left. But

Re: Patch - add -P and -F format to break-pane

2012-03-12 Thread Nicholas Marriott
Hi Applied, thanks. On Fri, Mar 09, 2012 at 09:53:44AM -0800, George Nachman wrote: > This is used by control mode to get the window ID of the new window. > -- > Virtualization & Cloud Management Using Capacity Planni

Line wrap problem in tmux

2012-03-12 Thread d z
If the TERM inside tmux is screen or screen-256color and I type a long command line in bash which is longer that the width of the terminal screen, the command line will not be wrapped to the next line, but be shifted left. But if the TERM inside tmux is xterm, the long command line is wrapped t