On 2014-09-30 09:25 +, Azrael3000 wrote:
> Tmux-resurrect apparently has a problem with restoring the layout if a
> pane was maximized.
I'm not familiar with tmux-resurrect but how about it unzooms before
saving the layout and then rezooms if the layout was zoomed? At least
until this is not f
---
** [tickets:#159] tmux list-windows looses layout information if pane is
maximized**
**Status:** open
**Created:** Tue Sep 30, 2014 09:25 AM UTC by Azrael3000
**Last Updated:** Tue Sep 30, 2014 09:25 AM UTC
**Owner:** nobody
Tmux-resurrect apparently has a problem with restoring the
tended or is a bug. Maybe the maintainers
can comment on that? Just to give more context: the problem is that the
output generated from list-windows or things like run-shell "seq -sx
1000" isn't wrapped nor is correctly reflowed when resized. In any case,
I've appended a short patc
On 2014-04-20 15:16 +, mMontu wrote:
> The output of the third line is still truncated. I've read the man
> page but couldn't figure out how to read the full contents of that
> line.
Just to clarify: you are running list-panes from the tmux command line?
Furthermore, with 'tmux run-shell "seq
---
** [tickets:#125] List windows output truncated**
**Status:** open
**Created:** Sun Apr 20, 2014 03:16 PM UTC by mMontu
**Last Updated:** Sun Apr 20, 2014 03:16 PM UTC
**Owner:** nobody
Issuing the command on a windows with a vertical split (two panes) leads to the
following result
---
** [tickets:#82] run-shell with list-windows and format flag getting odd
results**
**Status:** open
**Labels:** run-shell list-windows
**Created:** Fri Nov 22, 2013 08:24 PM UTC by Robert Saenz
**Last Updated:** Fri Nov 22, 2013 08:24 PM UTC
**Owner:** nobody
Hi,
If I do
> run-sh
Applied thanks, and also to find-window.
On Wed, Oct 10, 2012 at 06:31:23PM +0200, Carl Henrik Lunde wrote:
> This is useful for finding the right window, and can be used
> by other programs such as lash
> ---
> cmd-list-windows.c |1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/cmd-l
This is useful for finding the right window, and can be used
by other programs such as lash
---
cmd-list-windows.c |1 +
1 file changed, 1 insertion(+)
diff --git a/cmd-list-windows.c b/cmd-list-windows.c
index 3be8ade..b36b5ee 100644
--- a/cmd-list-windows.c
+++ b/cmd-list-windows.c
@@ -99,6
list-windows only lists, you want choose-window which is C-b w and works
exactly as you describe.
On Tue, May 01, 2012 at 12:37:55PM -0700, Alex Yelluas wrote:
>Thanks for the quick reply, C-b w does not work. Let me explain
>more*precisely*what I'm trying to*achieve*-*
>
et's say you have a tmux session with 20 windows. It's difficult to
> > remember which window holds what. So you hit C-b:, enter list-windows
> > command, and you get a window with a list of all of your windows with
> > names. You can then navigate through this list using
On 12-05-01 12:37, Alex Yelluas wrote:
> Thanks for the quick reply, C-b w does not work. Let me explain
> more precisely what I'm trying to achieve -
>
> Let's say you have a tmux session with 20 windows. It's difficult to
> remember which window holds what. So yo
Thanks for the quick reply, C-b w does not work. Let me explain
more precisely what I'm trying to achieve -
Let's say you have a tmux session with 20 windows. It's difficult to
remember which window holds what. So you hit C-b:, enter list-windows
command, and you get a window wit
Try C-b w
On Tue, May 01, 2012 at 12:15:55PM -0700, Alex Yelluas wrote:
>Hi tmux-users,
>I'm having some difficulties with list-windows command - it lists all
>windows, but it does not allow me to jump to the one I select.
>screen has a similar feature (Ctrl-
Hi tmux-users,
I'm having some difficulties with list-windows command - it lists all
windows, but it does not allow me to jump to the one I select.
screen has a similar feature (Ctrl-A+') which allows jumping, which led me
to believe tmux would have one as well.
Tha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On Sun, Jan 29, 2012 at 22:35:57 GMT, Nicholas Marriott wrote:
> I'm not sure if you told me, but what are you using the session id for?
> Session names are unique, so why is another id desirable?
Names can change; the ID would not. Controlling tmux
Here's what I'd do for just the window id bits. I'm not quite sure about
how to do the list-windows target yet, I need to fiddle with it more.
Adding pane id to layout can be separate too.
I'm not sure if you told me, but what are you using the session id for?
Session names a
ure patch)
> > - Change layout_dump to include window pane IDs in its output
> > - Define a window_id format
> > - Change list-windows to accept either a window or session as its target
> > - Cha
of a tmux server. (session ID isn't yet exposed, but will be visible
> to control clients in a future patch)
> - Change layout_dump to include window pane IDs in its output
> - Define a window_id format
> - Change list-windows to accept either a window or session as its target
>
ine a window_id format
- Change list-windows to accept either a window or session as its target
- Change cmd_lookup_window to accept @number as a window ID.
- Updates the man page to describe these changes.
Index: tmux.h
===
--- t
19 matches
Mail list logo