1,876 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
2
replies
47
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
93
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 ...
2
votes
0
answers
28
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
186
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
44
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
72
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
44
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
61
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
96
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
48
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
192
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
40
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
186
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} ...
Marslo's user avatar
- 3,311
0
votes
1
answer
502
views
Console output becomes misaligned
Description
Once in a while I'll be working on things and suddenly my console's alignment gets completely messed up. I think it's usually after a command fails or crashes (though I haven't been able ...