1,882 questions
Tooling
0 votes
0 replies
23 views
Tmux History Menu
I use tmux for development. When I press "ctrl + r" on Windows in MSYS2 tmux, I see something like this: USERNAME@DESKTOP UCRT64 /c/Users/USERNAME/Projects/BLAH/External/SUBMODULE/tests (...
1 vote
0 answers
74 views
Prevent TMUX exit on PTY OOM kill?
I have a high memory program (ML) that I want to run in a tmux session. However, if the process is OOM killed, the tmux session is also shut down. I partially solved it (using the below run-bg), but ...
-3 votes
1 answer
67 views
How to Run many script python with low memory in EC2? [closed]
I have many python script that run in schedule (its crawlers). currently i'm using tmux to automate the script running in my ec2 instance. but since the number of scripts are growing, its getting ...
2 votes
0 answers
21 views
How to prevent tmux-resurrect from printing empty lines after restore?
The problem In tmux, I use the tmux-resurrect and tmux-continuum plugins. They work perfectly fine otherwise, but after an automatic or manual save, when I start the server again, empty lines with my ...
1 vote
1 answer
148 views
How to change cursor shape depending on Insert or Normal mode when using `set -o vi` in `tmux`? [closed]
I would like to use set -o vi in my terminal. However, I find myself getting confused on whether I am in insert mode or normal mode, since the cursor does not switch between a vertical line (insert) ...
0 votes
0 answers
38 views
Disable Option+Double click on terminal when using tmux in VS Code
I'm using tmux in VS Code's integrated terminal. I use Option+Double click to select an entire word/line in terminal text and then copy it with Cmd+C. This exactly simulates what I would do on iterm. ...
2 votes
1 answer
70 views
tmux capture-pane fails to capture pane output
I tried using tmux capture-pane -S -10 -E -1 to capture the last 10 lines of output, but it alway output first line. more infomation: tmux version `tmux 3.1c` system: PRETTY_NAME="Debian GNU/...
0 votes
0 answers
43 views
How can I get SBT to render the character `─ ` in the prompt?
I'm trying to configure my SBT prompt to end with the characters └─→ in the terminal. I've overridden the shell prompt with the following code in ~/.sbt/1.0/global.sbt shellPrompt := { state => &...
0 votes
0 answers
58 views
TMUX - bind issues
I am trying to get to use tmux on a daily basis. It's all going quite well, and I'm enjoying it so far. For more infos about what I'm using, I got ghostty as a terminal emulator and zsh (with ohmyzsh) ...
2 votes
0 answers
93 views
Invert the stack with tmux, pwndbg, and splitmind?
I am using pwndbg, with tmux and splitmind. I have the layout the way I want, the only think I am trying to change is getting the stack pane to be inverted. Like what you would see when running 'stack ...
1 vote
0 answers
25 views
Tmux settings session-wide but not global
I want to set style options for a session (all windows in that session), but not globally (i.e. I don't want to change settings for other sessions). If I use set window-status-current-style bg='#...
0 votes
0 answers
45 views
Tmux 3.2a @plugin Overwrites Previous Entries Instead of Appending
I'm using tmux 3.2a on cluster and trying to set up TPM with NHDaly/tmux-better-mouse-mode. This is what my ~/.tmux.conf initially looks like set -g mouse on set -g @plugin 'tmux-plugins/tpm' set -g @...
0 votes
1 answer
178 views
NVIM not refreshing venv after using pip from another shell
How to "refresh" NVIM venv modules without closing it ? Currently im struggling with setting up my workspace with NVIM and TMUX. Im opening two panels, one main for nvim, and another one ...
0 votes
0 answers
37 views
Remove parts of the content of the scrollback buffer
Is there a way to erase only parts of the scrollback buffer of tmux? Or even go in and edit the text? Background I'm using a shell to build stuff, work interactively with commands and connect to my ...
0 votes
1 answer
174 views
how to format timestamp for tmux list-sessions
the timestamp format ( #{t/f/%%y-%%m-%%d %%H#:%%M#:%%S:window_activity})' ) works with display -p, but it failed with ls. Can anyone help me ? details: $ format='#{session_name}: #{session_windows} ...