Groups
Groups
Sign in
Groups
Groups
tmux-users
Conversations
About
Send feedback
Help
tmux-users
Contact owners and managers
1–30 of 764
tmux users mailing list, post by email to
tmux-users@googlegroups.com
Mark all as read
Report group
0 selected
Bertram Scharpf
,
Nicholas Marriott
2
Aug 21
Tmux plugin support for Ruby and for Lua
You can just run one process and have it print a new line at whatever interval you like: set -g
unread,
Tmux plugin support for Ruby and for Lua
You can just run one process and have it print a new line at whatever interval you like: set -g
Aug 21
Nick Heath
,
Nicholas Marriott
2
Aug 8
tmux has-session exact matching
payment is the window name, not session name, you want =sheldon:=payment On Fri, 8 Aug 2025 at 06:04,
unread,
tmux has-session exact matching
payment is the window name, not session name, you want =sheldon:=payment On Fri, 8 Aug 2025 at 06:04,
Aug 8
Michael Grant
,
Nicholas Marriott
2
Jun 26
sessions
Hi I think that would be unexpected and the current behaviour is better. I don't think we need a
unread,
sessions
Hi I think that would be unexpected and the current behaviour is better. I don't think we need a
Jun 26
Will Noble
Jun 14
A terminal emulator with tmux mode
In case anybody finds this interesting: I wrote a terminal emulator because I wanted a dead-simple,
unread,
A terminal emulator with tmux mode
In case anybody finds this interesting: I wrote a terminal emulator because I wanted a dead-simple,
Jun 14
Michael Grant
,
Nicholas Marriott
3
Jun 5
long complex format variables
I'm not sure about set-option, for that it might be better to have a generic way to split strings
unread,
long complex format variables
I'm not sure about set-option, for that it might be better to have a generic way to split strings
Jun 5
Johannes Altmanninger
,
Nicholas Marriott
5
May 12
[PATCH 0/2] Stop downgrading styled underlines to regular underlines
I don't understand what this change is meant to do. We should send SITM for italics if the
unread,
[PATCH 0/2] Stop downgrading styled underlines to regular underlines
I don't understand what this change is meant to do. We should send SITM for italics if the
May 12
japin li
, …
Michael Grant
7
Apr 29
Server version compare in tmux.conf
On Sun, Apr 27, 2025 at 6:58 PM Michael Grant <michae...@gmail.com> wrote: What if you
unread,
Server version compare in tmux.conf
On Sun, Apr 27, 2025 at 6:58 PM Michael Grant <michae...@gmail.com> wrote: What if you
Apr 29
japin li
,
Nicholas Marriott
4
Apr 16
Formats expand in the run-shell argument?
Thank you! The #{config_files} works for me, and I have only one config file. On Wednesday, April 16,
unread,
Formats expand in the run-shell argument?
Thank you! The #{config_files} works for me, and I have only one config file. On Wednesday, April 16,
Apr 16
Tyler Phillips
,
Tobias Damisch
2
Apr 4
tmux shortcuts not working over ssh
Have you: - made sure the tmux.conf containing the shortcuts is on the server in ~/ and accessible by
unread,
tmux shortcuts not working over ssh
Have you: - made sure the tmux.conf containing the shortcuts is on the server in ~/ and accessible by
Apr 4
Linkarzu
,
Nicholas Marriott
2
Mar 28
History behind TMUX
Hi Thanks but no, I don't use Youtube. On Fri, 28 Mar 2025 at 10:57, Linkarzu <linkarzu@gmail.
unread,
History behind TMUX
Hi Thanks but no, I don't use Youtube. On Fri, 28 Mar 2025 at 10:57, Linkarzu <linkarzu@gmail.
Mar 28
Grégory Pakosz
,
Nicholas Marriott
4
Jan 19
macOS + iTerm2: binding C-h and C-S-h
Hello Nicholas, As far as I can tell, I don't need to enable "Report modifiers using CSI u
unread,
macOS + iTerm2: binding C-h and C-S-h
Hello Nicholas, As far as I can tell, I don't need to enable "Report modifiers using CSI u
Jan 19
Ralph Seichter
,
Nicholas Marriott
3
Jan 2
Disabling ligatures using tmux config options?
* Nicholas Marriott: > tmux has no control over this, it is something you will need to >
unread,
Disabling ligatures using tmux config options?
* Nicholas Marriott: > tmux has no control over this, it is something you will need to >
Jan 2
Spencer Smith
12/28/24
"tmux attach" does not copy to system clipboard when inside a "tmux popup"
Hello! I am using tmux 3.5a on MacOS in Wezterm. I replicated this behavior in iTerm2, default
unread,
"tmux attach" does not copy to system clipboard when inside a "tmux popup"
Hello! I am using tmux 3.5a on MacOS in Wezterm. I replicated this behavior in iTerm2, default
12/28/24
Trevor Avant
,
Nicholas Marriott
9
12/23/24
Is there a way to get the current line number?
Sorry I thought goto-line did the visible screen but actually it doesn't. I don't have time
unread,
Is there a way to get the current line number?
Sorry I thought goto-line did the visible screen but actually it doesn't. I don't have time
12/23/24
miostreams
, …
M Kelly
3
12/13/24
next-window on window close?
Hi, Something like this perhaps ? set-hook -g 'pane-exited' 'run "tmux select-window
unread,
next-window on window close?
Hi, Something like this perhaps ? set-hook -g 'pane-exited' 'run "tmux select-window
12/13/24
Hugh Young
, …
Nicholas Marriott
4
11/18/24
Nested %if %else %endif seems failed? #4234
I have applied this fix now so it will be in GitHub probably later today, thanks! On Sun, 17 Nov 2024
unread,
Nested %if %else %endif seems failed? #4234
I have applied this fix now so it will be in GitHub probably later today, thanks! On Sun, 17 Nov 2024
11/18/24
Ziv Kaplan
,
Nicholas Marriott
2
11/9/24
Tmux is great + help with feature request #3159
Hi You would need to add a command to window-copy.c and a key binding to key-bindings.c like the
unread,
Tmux is great + help with feature request #3159
Hi You would need to add a command to window-copy.c and a key binding to key-bindings.c like the
11/9/24
Scott Aitken
,
Nicholas Marriott
4
11/5/24
Setting an TMUX environment variable from the output of a shell command
#() needs tmux to wait for the process to finish and that is too complicated. On Tue, 5 Nov 2024, 07:
unread,
Setting an TMUX environment variable from the output of a shell command
#() needs tmux to wait for the process to finish and that is too complicated. On Tue, 5 Nov 2024, 07:
11/5/24
Scott Aitken
,
Nicholas Marriott
2
11/1/24
Set the number of TMUX status lines based on the window width
There is no session-resized hook but you can probably just do it based on the client, something like:
unread,
Set the number of TMUX status lines based on the window width
There is no session-resized hook but you can probably just do it based on the client, something like:
11/1/24
Scott Aitken
,
Nicholas Marriott
2
11/1/24
Populate a menu from a file
You'll just need to use the file to construct the arguments to "tmux display-menu" On
unread,
Populate a menu from a file
You'll just need to use the file to construct the arguments to "tmux display-menu" On
11/1/24
Gonzalo Rafael Acosta
,
Nicholas Marriott
4
10/25/24
Tmux uses different UID's for different parts of the path
you will need to unset or change TMUX_TMPDIR On Fri, 25 Oct 2024, 18:38 Gonzalo Rafael Acosta, <
unread,
Tmux uses different UID's for different parts of the path
you will need to unset or change TMUX_TMPDIR On Fri, 25 Oct 2024, 18:38 Gonzalo Rafael Acosta, <
10/25/24
Ram Rachum
,
Nicholas Marriott
2
10/22/24
Access command history of specific pane
You would need to make your shell write it somewhere that you can read, tmux has no way to read what
unread,
Access command history of specific pane
You would need to make your shell write it somewhere that you can read, tmux has no way to read what
10/22/24
japin li
,
Nicholas Marriott
3
10/15/24
Why ignore attributes for menu-selected-style?
On Monday, October 14, 2024 at 11:24:53 PM UTC+8 Nicholas Marriott wrote: I don't remember why
unread,
Why ignore attributes for menu-selected-style?
On Monday, October 14, 2024 at 11:24:53 PM UTC+8 Nicholas Marriott wrote: I don't remember why
10/15/24
japin li
,
Nicholas Marriott
3
10/10/24
[Question] Config reloading does not work as expected
Thank you very much! It works. On Thursday, October 10, 2024 at 3:31:04 PM UTC+8 Nicholas Marriott
unread,
[Question] Config reloading does not work as expected
Thank you very much! It works. On Thursday, October 10, 2024 at 3:31:04 PM UTC+8 Nicholas Marriott
10/10/24
Nicholas Marriott
9/27/24
tmux 3.5
Hi all I have released tmux 3.5: https://github.com/tmux/tmux/releases/download/3.5/tmux-3.5.tar.gz
unread,
tmux 3.5
Hi all I have released tmux 3.5: https://github.com/tmux/tmux/releases/download/3.5/tmux-3.5.tar.gz
9/27/24
qh4qf7
,
Nicholas Marriott
2
9/16/24
Selecting text inside a popup triggers popup dragging
Yes you can move the popup by dragging its border, there is a way to resize also but I forget what it
unread,
Selecting text inside a popup triggers popup dragging
Yes you can move the popup by dragging its border, there is a way to resize also but I forget what it
9/16/24
Timur
,
Nicholas Marriott
3
8/19/24
Limitation on menu items depth
Using {} seems to be working exactly as i expected! Entering this in the command-prompt creates quite
unread,
Limitation on menu items depth
Using {} seems to be working exactly as i expected! Entering this in the command-prompt creates quite
8/19/24
Scott Aitken
,
Nicholas Marriott
2
8/4/24
Paste from paste buffer into copy-mode search field doesn't work
Are you pressing Cy? On Sun, 4 Aug 2024 at 15:09, Scott Aitken <goo...@thismonkey.com> wrote:
unread,
Paste from paste buffer into copy-mode search field doesn't work
Are you pressing Cy? On Sun, 4 Aug 2024 at 15:09, Scott Aitken <goo...@thismonkey.com> wrote:
8/4/24
int...@intelfx.name
,
Nicholas Marriott
2
8/4/24
Rebind a built-in menu to another key combination?
There is no way to change these bindings without rebinding the entire key to your own menu. I don
unread,
Rebind a built-in menu to another key combination?
There is no way to change these bindings without rebinding the entire key to your own menu. I don
8/4/24
Richard Michael
,
Nicholas Marriott
3
6/22/24
Prevent temporary resize with second tty client in same session group?
Thanks for the quick reply and help. On Fri, May 31, 2024 at 12:05 AM Nicholas Marriott <nicholas.
unread,
Prevent temporary resize with second tty client in same session group?
Thanks for the quick reply and help. On Fri, May 31, 2024 at 12:05 AM Nicholas Marriott <nicholas.
6/22/24