Skip to main content

Questions tagged [tmux]

tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.

0 votes
0 answers
48 views

Description I have two Raspberry Pi OS 13 (Trixie) systems with identical Bash versions and identical /bin/bash binaries (verified with md5sum). On one system, running bash -l sources ~/.bashrc as ...
Pixie 's user avatar
2 votes
1 answer
54 views

I am using tmux 3.4 on Ubuntu noble 24.04.3. I would like tmux to handle bells as follows: If a bell occurs in the current window, echo it and don't do anything else. If a bell occurs in a window ...
jwodder's user avatar
  • 502
4 votes
1 answer
215 views

I'd like to be able to set my tmux prefix to be a double-press of a letter key (k, maybe), rather than a ctrl+something key combination. Related to this question, I guess, but I'm looking for "kk&...
Roaming Raccoon's user avatar
1 vote
1 answer
83 views

If there are no sessions (eg tmux a returns "no sessions") a call to start tmux under a namespace (eg sudo ip netns exec ns1 tmux new -s test) will have the shells within (even newly spawned ...
Hashbrown's user avatar
  • 214
0 votes
1 answer
79 views

I am using tmux 3.4 on elementaryOS with the built-in terminal. I have a root keybinding for Meta-Arrow to move between panes, but the one for pane up is not working. When I view the keybinds: # ... ...
Canadian Luke's user avatar
0 votes
1 answer
99 views

I use nix and home manager, zsh and tmux. My problem is that in tmux splits the nix command does not exist. I tried setting default shell in tmux to /bin/zsh -l sourcing files etc, I notice the PATH ...
Darek's user avatar
  • 541
2 votes
1 answer
148 views

Today I connected to a long-running process in tmux over ssh for work, to find that the pane the process was running in seems to have started using the wrong character encoding for its output, leading ...
Patronics's user avatar
  • 125
0 votes
2 answers
76 views

I'm running Ubuntu server (version 24.04.2 LTS). I'm quite happy with it. Sometimes I need longrunning processes, therefore I start them in a tmux session. But I have a small issue when I run tmux. In ...
Rogier Lommers's user avatar
1 vote
1 answer
174 views

I am using kitty + zsh + tmux on MacOS. Without tmux, I can just use Ctrl + p or Ctrl + n to scroll through the zsh history. However, when I have tmux running and without any configuration done, ...
Shaobin Jiang's user avatar
0 votes
0 answers
51 views

I recently moved from running minecraft bedrock server inside PM2 to systemd. If I put the executable inside ExecStart normally, I can't enter commands to the mcbe console. When I search for solution, ...
Choomai's user avatar
0 votes
0 answers
93 views

As title. In short, I would like to have : shown in the middle of the message line when I press the default keybind <prefix>: for opening the command prompt. I have tried my best finding the ...
Niing's user avatar
  • 1,103
1 vote
1 answer
166 views

Trying to login to my local server with user1, the shell freezes after the login banner: Linux server 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 The programs included ...
Bastian's user avatar
  • 25
1 vote
1 answer
159 views

In tmux, the command to select a session opens a chooser like this (not sure from the man page exactly what to call it): (0) + controller 1 windows (1) + model: 2 windows (2) + view: 4 windows (...
Byron Hawkins's user avatar
-1 votes
1 answer
85 views

This command works as expected if I run it in the tmux command line: list-panes -a -F "pane ID: #{p3:pane_id} TTY: #{p11:pane_tty}" Output: pane ID: %1 TTY: /dev/pts/35 pane ID: %2 TTY:...
Hauke Laging's user avatar
  • 94.8k
2 votes
1 answer
76 views

I have the following binding to allow me to do a vertical split in tmux bind v split-window -h -c "#{pane_current_path}" This lets me open a new split, and it defaults to the same folder as ...
Brad Parks's user avatar
  • 1,789

15 30 50 per page
1
2 3 4 5
92