Skip to main content

Questions tagged [tmux]

tmux is terminal multiplexer software, allowing users to work with terminals using multiple windows and panes, which can be created, removed, attached, and reattached as needed.

1 vote
0 answers
24 views

How to Identify and Terminate Idle tmux Sessions on a Debian Server

I have a Debian server with multiple tmux sessions running. Some of these sessions are idle and not running any active processes. How can I identify and terminate all tmux sessions that are not ...
maxime de smedt's user avatar
0 votes
1 answer
22 views

Tmux prefix doesn't work unless ~/.tmux.conf is forced

I'm currently including tmux into my work flow but I've not been able to use its prefix like it is set up natively C-b on start. My work around to this problem is to set another key bind on the ...
Juan Jáuregui's user avatar
0 votes
0 answers
24 views

tmux ctrl-b + [arrow key] for navigation not working

I am pressing Ctrl+B, releasing both keys, and then pressing arrow keys, but it is not navigating (instead it is going through past commands as if Ctrl+B was not pressed). I'm using tmux in a SSH ...
Joe C.'s user avatar
  • 101
0 votes
0 answers
23 views

Specific Tmux sessions are disappearing

My work requires me to run processes for long amounts of time and therefore I usually use Tmux sessions to run things overnight. However, I'm noticing that sometimes when I log into the server the ...
Sean's user avatar
  • 113
0 votes
1 answer
35 views

How to quit Mosh inside Tmux inside Mosh

The inner Mosh says: mosh: Last contact 428:08:30 ago. [To quit: Ctrl-^ .] However, using that key combination will quit ...
Albert's user avatar
  • 6,691
0 votes
0 answers
15 views

Cannot create Neovim keybinding with special character "ö" in Tmux

I have a Swedish keyboard, and I want to bind <C-ö> to a special action in Neovim. This works perfect when I open Neovim outside of Tmux, but when I open it in Tmux, it doesn't do anything. It ...
Anton Ödman's user avatar
0 votes
0 answers
43 views

Tmux copy mode fails under WSL

When I enter copy mode, I press space to start copying but instead nothing is copied and the cursor jumps to the bottom of the screen as if I had pressed the page down key. No text is highlighted or ...
Mike McKay's user avatar
0 votes
0 answers
210 views

Why is Neovim, vim, lunarvim, every vim based terminal editor is very slow

First thing first, I am on ubuntu 23.10, with nvidia RTX 2060 core i5-8400 24 GB RAM and OS on SSD, using "oh my fish" as shell but tried on good old bash too. neovim config is done by ...
user204682's user avatar
2 votes
1 answer
111 views

tmux doesn't instantly update pane's title

I'd like to have tmux "instantly" update the pane's title to match what is currently being executed in the terminal. For an instance: If the pane contains the shell then its title should be ...
pic810's user avatar
  • 21
0 votes
1 answer
151 views

Shell prompt colored outside of tmux, but not in tmux; how can I get colored prompt in tmux?

I am a new user of tmux and wondering how I can highlight machine name and working directory? What I mean is below. In default Ubuntu terminal: While in tmux: I know this is a minor, but having ...
Darren Christopher's user avatar
1 vote
1 answer
251 views

TO close Tmux along with terminal (if terminal is closed)

I have configured my Tmux to open with i open terminal by modifying the .zshrc file. [[ -z "$TMUX" ]] && tmux -u It worked fine, now I want to close the tmux session when I close ...
shohel hossain's user avatar
0 votes
1 answer
163 views

Keep a Mac working on a terminal task

I would like to keep a process going on a Mac. I'm starting the process in a terminal (doesn't matter using TMUX or not), locking the screen and walking away. Several hours later I see the process ...
Back2Basics's user avatar
0 votes
0 answers
81 views

It seems like "-p" sizing longer works with tmux. Is there any workaround?

It seems like -p sizing longer works with tmux. Before a recent update, the script had 4 panes; now, only see 3 panes. This line seems to have stopped working: tmux split-window -p 27 The script use ...
Merlin's user avatar
  • 131
0 votes
0 answers
31 views

Tmux session disconnect does not preserve session content when reconnecting

I need to copy a 200gb+ file to multiple servers from one server. I have a sftp transfer running in multiple tmux sessions from the one server. When I press ctrl+b, d to exit the tmux instance and ...
user460178's user avatar
0 votes
0 answers
20 views

Change tmux copy mode search highlight color

I know mode-style changes copy mode selection color, but how do I change search result highlight color? Thanks!
dz902's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
75