Re: choose-tree key commands

2018-04-11 Thread jungle Boogie
On 10 April 2018 at 03:49, Nicholas Marriott wrote: > Hi > > I have applied this to OpenBSD now but I changed it so that killing > current and killing tagged are different keys (x and X), which matches > how the other modes work (for example d and D with choose-client). > Nice change! This is a l

Re: choose-tree key commands

2018-04-10 Thread Nicholas Marriott
Hi I have applied this to OpenBSD now but I changed it so that killing current and killing tagged are different keys (x and X), which matches how the other modes work (for example d and D with choose-client). It should be in GitHub later today. Thanks On Mon, Apr 09, 2018 at 10:47:59AM -0500,

Re: choose-tree key commands

2018-04-09 Thread Matt Zagrabelny
Hey Nicholas, Thanks for the patch. Works nicely. -m On Fri, Apr 6, 2018 at 4:51 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > > Try this please: > > Index: cmd-kill-pane.c > === > RCS file: /cvs/src/usr.bin/tmux/cm

Re: choose-tree key commands

2018-04-06 Thread Nicholas Marriott
Try this please: Index: cmd-kill-pane.c === RCS file: /cvs/src/usr.bin/tmux/cmd-kill-pane.c,v retrieving revision 1.25 diff -u -p -r1.25 cmd-kill-pane.c --- cmd-kill-pane.c 22 Apr 2017 10:22:39 - 1.25 +++ cmd-kill-pane.c

Re: choose-tree key commands

2018-04-05 Thread Matt Zagrabelny
On Thu, Apr 5, 2018 at 10:13 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > No we have moved away from configurable key bindings in choose mode. > Bummer. > I don't mind having a key but it would need a confirmation prompt. > How about Ctrl+X for a key? Typing two keys is less

Re: choose-tree key commands

2018-04-05 Thread Nicholas Marriott
No we have moved away from configurable key bindings in choose mode. I don't mind having a key but it would need a confirmation prompt. On Thu, 5 Apr 2018, 16:09 Matt Zagrabelny, wrote: > > > On Thu, Apr 5, 2018 at 2:17 AM, Nicholas Marriott < > nicholas.marri...@gmail.com> wrote: > >> There is

Re: choose-tree key commands

2018-04-05 Thread Matt Zagrabelny
On Thu, Apr 5, 2018 at 2:17 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > There is no key binding because it would be too easy to do by accident. > Sure. That is why it would have to be enabled via the config file. I'm not suggesting a default key binding implementation, just the

Re: choose-tree key commands

2018-04-05 Thread Nicholas Marriott
There is no key binding because it would be too easy to do by accident. It would need to prompt like command-prompt does. On Wed, Apr 04, 2018 at 04:53:00PM -0500, Matt Zagrabelny wrote: >Hey Nicholas, >On Wed, Apr 4, 2018 at 4:47 PM, Nicholas Marriott > wrote: > > You can pre

Re: choose-tree key commands

2018-04-04 Thread Matt Zagrabelny
Hey Nicholas, On Wed, Apr 4, 2018 at 4:47 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > You can press : and run kill-session. > Is there a way to bind a key sequence to that? If not, feature request? > But if you kill the session you are attached to your client will be > deta

Re: choose-tree key commands

2018-04-04 Thread Nicholas Marriott
You can press : and run kill-session. But if you kill the session you are attached to your client will be detached, same as normal. On Wed, 4 Apr 2018, 22:36 Matt Zagrabelny, wrote: > Greetings! > > Running tmux 2.6. I've "discovered" W. What a nice function. > > I see the key commands for cho