On 19 February 2013 04:34, Aaron Jensen wrote:
> I know you all have decided to explicitly not accept pull requests via
> github, but I'm curious why? I just submitted a patch via send-email and it
Git isn't the primary VCS in use; nor is it integral to the workflow.
Its use is to make contributi
Hello,
I know you all have decided to explicitly not accept pull requests via github,
but I'm curious why? I just submitted a patch via send-email and it was rather
painful. git send-email was super slow (took 30 seconds before prompting me for
my password). Also it wanted to send each commit
Most of the work in here was from akracun: https://github.com/akracun/tmux I
just added support for window switching and did some refactoring. I'm pretty
new to the code base, so let me know if you'd like me to fix anything up.
This code is in response to http://sourceforge.net/p/tmux/tickets/
From: a
added focus filtering
Will send \e[I or \e[O when panes are focused/unfocused. Must be
enabled with the focus-filter window option.
---
cmd-break-pane.c | 3 +++
examples/tmux.vim | 2 +-
input-keys.c | 10 ++
input.c | 8
options-table.c | 5 +
On Mon, Feb 18, 2013 at 09:32:56PM +, Daniel wrote:
> So, it seems that these two lines in .Xresources are still needed
> >> URxvt*keysym.C-Tab: \033[27;5;9~
> >> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~
Yes, urxvt does not send the xterm "modifyOtherKeys" codes by default
(if at all).
>
>
So, it seems that these two lines in .Xresources are still needed
>> URxvt*keysym.C-Tab: \033[27;5;9~
>> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~
But in .tmux.conf this is now enough
>> bind -n C-Tab last-window
>> bind -n C-S-Tab next-window
At least for urxvt, which I am running. So tmux is ab
On 2013-02-18, Nicholas Marriott wrote:
> If you change your bindings from F19 and F20 to C-Tab and C-S-Tab, do
> they work?
Yay, they do! So those recent changes actually solved properly what I
had managed to accomplish before in a roundabout way.
-
If you change your bindings from F19 and F20 to C-Tab and C-S-Tab, do
they work?
On Mon, Feb 18, 2013 at 05:08:09PM +, Daniel wrote:
> I have since quite some time had a special setup for using C-Tab and
> C-S-Tab to flip between tmux windows. In the latest git, this does not
> work anymore.
I have since quite some time had a special setup for using C-Tab and
C-S-Tab to flip between tmux windows. In the latest git, this does not
work anymore. I see that things have changed concerning xterm keys...
but that option didn't help me.
! These are used in ~/.tmux.conf C-Tab, C-S-Tab
URxvt*k
Have a look now, seems like permissions got changed when SF upgraded us
to the new system.
But please don't create an issue for the help thing unless it has a
patch attached, we have discussed it enough.
On Mon, Feb 18, 2013 at 03:34:40PM +0300, anatoly techtonik wrote:
>On Mon, Feb 18, 2013
On Mon, Feb 18, 2013 at 1:07 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
>
> Or I would be quite happy with a "tmux help" command which lists all
> commands (perhaps even with a one-line description). But that is a
> larger code change.
>
> But we are not going to go the route of m
On Mon, Feb 18, 2013 at 12:28 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Perhaps it would be useful if you at least gave us the text you would
> like tmux to show so we are discussing something concrete?
>
Right.
$ tmux -h
tmux 1.7 - terminal multiplexer - manages multiple wi
On Mon, Feb 18, 2013 at 1:38 PM, Sinbad wrote:
> i agree with antoly, i found it surprising that a
> new tool like tmux doesn't have 'tmux -h' or 'tmux
> --help', the first command i ran when i first
> installed tmux was 'tmux -h', it started a session
> instead of printing concise help, this was
On Mon, Feb 18, 2013 at 11:30 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> You must have a SourceForge account to create tickets on the
> tracker. This is required to avoid the spam we used to get.
>
Yes, I am logged into SF, but still can't see any link or button to create
a new
i agree with antoly, i found it surprising that a
new tool like tmux doesn't have 'tmux -h' or 'tmux
--help', the first command i ran when i first
installed tmux was 'tmux -h', it started a session
instead of printing concise help, this was a
surprise to me, and felt counter intuitive.
And also in
On Mon, Feb 18, 2013 at 12:21 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Funny I just tried "cd -h", "df -h", "ls -h", "ps -h" and none of them
> gave me help. It seems people with expectations for -h are going to have
> them dashed fairly often?
>
People are being told that it
On Mon, Feb 18, 2013 at 11:45 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> There is no way tmux will support -h or --help unless you can change the
> consensus on OpenBSD, or at least other common OpenBSD ports to Linux
> like OpenSSH.
>
For that I need the starting point.
Where
The reason is that users expect -h to work as in svn or hg way I described
earlier. A poll is the proof.
--
anatoly t.
On Mon, Feb 18, 2013 at 11:37 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> "You don't want to do it" is not a good argument for changing it.
>
> A poll is not
On Mon, Feb 18, 2013 at 12:04 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Actually we already have "tmux list-commands" so you could just make a
> flag to show a short version of this (command names only), add the
> START_SERVER flag and alias "help" to it. This might also be goo
Yes, the point is that you do not use tmux in isolation, it is part of a
Unix-like system (be it Linux or BSD or other). On Unix systems, "man"
(and "info" on GNU) is the default place for documentation.
In theory your system docs should tell you how to use man, but I
recognise that sometimes new
Perhaps it would be useful if you at least gave us the text you would
like tmux to show so we are discussing something concrete?
I don't object to -h particularly, even if the argument that "people
expect it" is clearly spurious. Some people may try it.
But it should not duplicate the man page.
Funny I just tried "cd -h", "df -h", "ls -h", "ps -h" and none of them
gave me help. It seems people with expectations for -h are going to have
them dashed fairly often?
On Mon, Feb 18, 2013 at 12:13:43PM +0300, anatoly techtonik wrote:
>The reason is that users expect -h to work as in svn o
Actually we already have "tmux list-commands" so you could just make a
flag to show a short version of this (command names only), add the
START_SERVER flag and alias "help" to it. This might also be good for
people writing shell completions.
Or it might be better a new command which also printed a
There is no way tmux will support -h or --help unless you can change the
consensus on OpenBSD, or at least other common OpenBSD ports to Linux
like OpenSSH.
However we already have "ambiguous command" matching:
$ tmux lis
ambiguous command: lis, could be: list-buffers, list-clients,
list-commands
"You don't want to do it" is not a good argument for changing it.
A poll is not going to help. This is not a democracy. You need to give
reasons.
On Mon, Feb 18, 2013 at 11:26:32AM +0300, anatoly techtonik wrote:
>Yes. I think it needs to be changed. The other aspect that you probably
>
Yes. I think it needs to be changed. The other aspect that you probably
don't want to change, because you've used to it and therefore it is a work
that you're not interested in. I think the only solution here is to run a
poll as a proof to show that this behavior really provides a value (or not).
You must have a SourceForge account to create tickets on the
tracker. This is required to avoid the spam we used to get.
tmux uses mailing lists and that is not changing to fit your workflow.
Your best bet here is to persuade SourceForge to implement a web
interface to their mailing lists - who k
I do not think it needs to change. Do you?
On Mon, Feb 18, 2013 at 11:08:36AM +0300, anatoly techtonik wrote:
>On Mon, Feb 18, 2013 at 12:44 AM, Nicholas Marriott
><[1]nicholas.marri...@gmail.com> wrote:
>
> tmux is a BSD program and traditionally BSD programs do not support -h,
>
On Mon, Feb 18, 2013 at 12:48 AM, Thomas Adam wrote:
> On Sun, Feb 17, 2013 at 10:40:48PM +0300, anatoly techtonik wrote:
> > Hi,
> >
> > While my previous message awaits moderator's approval, here is another
> one.
> >
> > $ tmux -h
> > tmux: unknown option -- h
> > usage: tmux [-28lquv] [-c she
On Mon, Feb 18, 2013 at 12:44 AM, Thomas Adam wrote:
> On Sun, Feb 17, 2013 at 10:34:00PM +0300, anatoly techtonik wrote:
> > Hi,
> >
> > Just wanted you to know that mailing lists are really hard to communicate
> > in 2013, because every time you write you think that this letter won't
> get
> >
On Mon, Feb 18, 2013 at 12:44 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> tmux is a BSD program and traditionally BSD programs do not support -h,
> --help or indeed any extended built-in help beyond the usage string. You
> should be able to see the tmux help with "man tmux".
Th
31 matches
Mail list logo