Get tmux to respect xterm's tab name

2012-09-29 Thread Alan
I've been using something like "\e]1;TAB_NAME\a" in my PS1 environment variable to set my terminal emulator's tab name. I use something like "\e]2;WINDOW_TITLE\a" in my PS1 to set the terminal emulator's titlebar name. When I use tmux, I've been using: set-option -g set-titles on set-option -g s

Re: Get tmux to respect xterm's tab name

2012-10-01 Thread Alan
terminfo entries (with tmux terminal-overrides > option or a custom terminfo). By default it uses tsl=\e]0; which is > the xterm sequence to change icon name and window title, I suspect you > want to change that to tsl=\e]2; > > > > On Thu, Sep 27, 2012 at 06:36:32P

Re: Get tmux to respect xterm's tab name

2012-10-01 Thread Alan
m> wrote: > Change \a to \007. > > > On Sun, Sep 30, 2012 at 02:58:54PM -0400, Alan wrote: > >Hi Nicholas, > > > >Thanks so much for your reply. > > > >I'm closer, but still not getting it. Right now, I have in my > >~/.tmux.conf:

Re: Get tmux to respect xterm's tab name

2012-10-01 Thread Alan
ow, thanks for your help. On Mon, Oct 1, 2012 at 3:20 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Try \\007. > > > On Sun, Sep 30, 2012 at 07:42:15PM -0400, Alan wrote: > >When I do that, I get: > > > >computer_name ~ [tmux 0: bas

mouse copy-mode rectangle-toggle?

2013-04-07 Thread Alan P
In tmux in copy-mode, with the keyboard one can select line oriented text using start selection, or can select block oriented text using rectangle toggle before start selection. Using the mouse, I can do line oriented selection. Is there any way to do block oriented selection? Thanks, Alan

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-04 Thread Alan Paul
rols the mouse. I'm running Ubuntu 12.04, vim 7.3.429. Alan. > I don't think we particularly need to document this and definitely no > options. Cheers > > > Original message > From: Marcel Partap > Date: 09/05/2014 21:00 (GMT+00:00) > To: Nic

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-08 Thread Alan Paul
On 14-06-06 05:26 PM, Balazs Kezes wrote: > On 2014-06-04 11:03 -0400, Alan Paul wrote: >> This patch (commit 353d182) broke my vim mousing. I have it turned off >> in vim (mouse=) With this patch, vim now controls my mouse regardless >> of the "mouse=" setting. >

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-21 Thread Alan Paul
it is to improve productivity in their environment, which is a reasonable request. However, I would ask that if it stays, it needs to be an option as it affected my productivity, also a reasonable request. > > > On Mon, Jun 09, 2014 at 02:25:31AM -0400, Alan Paul wrote: >> On 1

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-25 Thread Alan Paul
On 14-06-21 02:10 PM, Nicholas Marriott wrote: > So you have mode-mouse set to on? > Yes. > > > On Sat, Jun 21, 2014 at 01:46:12PM -0400, Alan Paul wrote: >> On 14-06-19 03:19 AM, Nicholas Marriott wrote: >>> Did you get a solution to this? >>> >>

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-29 Thread Alan Paul
On 14-06-23 03:34 PM, Balazs Kezes wrote: > On 2014-06-04 11:03 -0400, Alan Paul wrote: >> This patch (commit 353d182) broke my vim mousing. I have it turned off >> in vim (mouse=) With this patch, vim now controls my mouse regardless >> of the "mouse=" setting.