Re: [PROPOSED FEATURE & PATCH] Add the ability to automatic renaming to show the cwd.

2012-12-11 Thread Ben Boeckel
On Tue, Dec 11, 2012 at 04:09:17 GMT, Patricio Palladino wrote: > Nice setup. But I find difficult to remember to alwas use a diffent > command to "cd". I don't use it as a standard 'cd' option. I have zsh tab-completion for it too, so it's not that much of an issue confusing the two. --Ben ---

Re: [PROPOSED FEATURE & PATCH] Add the ability to automatic renaming to show the cwd.

2012-12-11 Thread Patricio Palladino
I didn't resend the entire patch, only the modified parts. Here are all the changes: diff --git a/format.c b/format.c index 19f322a..9d151fe 100644 --- a/format.c +++ b/format.c @@ -150,7 +150,7 @@ format_replace(struct format_tree *ft, const char *key, size_t keylen, char **buf, size_t *len,

Re: [PROPOSED FEATURE & PATCH] Add the ability to automatic renaming to show the cwd.

2012-12-11 Thread Patricio Palladino
Hello, On Tue, Dec 11, 2012 at 12:33 AM, Ben Boeckel wrote: > On Mon, Dec 10, 2012 at 05:13:43 GMT, Patricio Palladino wrote: > I use the following setup: > > In .tmux.conf (ignoring colors): > > setw -g window-status-format '#I.#P#F:#T-#W' > > At shell startup: > > tmux_title () { >

Re: [PROPOSED FEATURE & PATCH] Add the ability to automatic renaming to show the cwd.

2012-12-11 Thread Thomas Adam
On 11 December 2012 05:13, Patricio Palladino wrote: > Hi, > > The pane_default_command test was incomplete in that patch. Here I > corrected it, and also implemented the feature I mentioned in the > previous mail. With this conditional replacement support variables as > values with #variable_name

Re: [PROPOSED FEATURE & PATCH] Add the ability to automatic renaming to show the cwd.

2012-12-11 Thread Patricio Palladino
Hi, The pane_default_command test was incomplete in that patch. Here I corrected it, and also implemented the feature I mentioned in the previous mail. With this conditional replacement support variables as values with #variable_name. And with this, I finally can get tmux automatic renaming work a

vertical split using join-pane and pane dividers characters.

2012-12-11 Thread Sinbad
how do i vertical split using join-pane command. and also junk chars are shown as pane dividers how can i change that. $TERM is set to xterm-256color both inside and outside tmux. For pane divider i tried setting export LANG=en_US.UTF-8 as indicated in other post, it didn't help. -sinbad -