Skip to main content

All Questions

Tagged with
-1 votes
1 answer
21 views

wezterm > tmux > nvim colors not forwarded through tmux correctly

I'm currently having the problem that the colors are not forwarded correctly from nvim through tmux to wezterm. I think tmux is to blame since the colors work like expected when I invoke nvim from ...
glades's user avatar
  • 99
0 votes
0 answers
26 views

Tmux copy-paste with mouse mode on while using the `less` command

Hopefully this is not already answered, given that there are 100s of question specifically about tmux copy-paste on mouse mode. I am specifically trying to copy text using mouse selection while using ...
Ayush Goel's user avatar
0 votes
0 answers
517 views

How to enable <Ctrl+Backspace> with Tmux, Neovim and Alacritty to delete the previous word?

I use the alacritty terminal, and neovim editor with tmux. At first Ctrl+Backspace (for deleting a previous) wasn't working at all in the terminal. So added the following line to alacritty.yml: ...
an4s911's user avatar
  • 131
0 votes
1 answer
117 views

TMUX pane not fitting to terminal size

I am trying to use tmux on Kali linux and I maximize my terminal size. When I start tmux with the following command the pane does not fit to the terminal size: tmux new -s session As seen in the ...
JC_D's user avatar
  • 1
1 vote
1 answer
174 views

Unable to display conda environment in status bar

I am a newbie of Tmux and I am now configuring the status bar in Tmux. I want my tmux status bar can show the current Conda environment like Powerlevel10K. I tried set -g status-right "conda: #{...
Ricky Pang's user avatar
0 votes
1 answer
48 views

Keep Last Login Message on Tmux

all I am new to use Tmux and Alacritty as my main terminal emulator in my MacBook. In my Alacritty.config file, I set shell to be shell: program: /opt/homebrew/bin/tmux args: - new-session -...
Ricky Pang's user avatar
7 votes
1 answer
3k views

Getting italics working correctly in tmux

I have an issue that the colors and font don't get produced correctly in tmux. The same output looks different when the command is run outside vs inside tmux. Outside tmux: Inside tmux: As suggested ...
Abhilash's user avatar
  • 359
0 votes
1 answer
541 views

zsh PROMPT coloring doesn't work inside of tmux

I have the following line in my .zshrc: export PROMPT="%n@%K{9}%m%k:%~# " It works if I connect directly But doesn't work inside tmux How to fix?
Dims's user avatar
  • 3,285
0 votes
1 answer
72 views

tmux pan around manually sized window

I have a server-type setup in tmux, with my main server application to the left and some resource monitors to the right. But I'm accessing the server with a computer that has a very small display, so ...
HackerDaGreat57's user avatar
0 votes
0 answers
39 views

Meaning of tmux shortcuts

I understand some of tmux shortcuts: (prefixed by <C-b>) d: detach c: create n: next p: previous But I don't understand the meaning of splitting pane shortcuts (" and %). These buttons ...
hackinghorn's user avatar
2 votes
0 answers
307 views

How can I save the scrollback history of every window/pane in a tmux session?

I'd like to save the complete scrollback history of every window/pane in a tmux session into one file per pane. I know how to do it in the active pane: tmux capture-pane -pJ -S - > log.txt But, I ...
mesosphere's user avatar
1 vote
0 answers
225 views

Unable to select word on double click in tmux session

I am trying to use tmux and but I cannot double click to select a word to copy it into the clipboard like a normal putty/kitty window. However, I am able to hold shift and double click to select a ...
Dhanvin Kodiatar's user avatar
0 votes
0 answers
1k views

tmux in WSL with Windows Terminal: Select with mouse without holding down shift

In WSL running in windows terminal, selection with mouse works normally. However, within a tmux session, in WSL running in windows terminal, to select with mouse, Shift key must be held down. How can ...
Amir's user avatar
  • 101
0 votes
1 answer
461 views

in tmux bind MENU key to prefix but it is giving me "bad key bind error"

i just started using tmux and have been trying to bind my MENU key to prefix but it is giving me "bad key bind error", it would be nice to know what keys are valid or what to write in the ...
sanoj's user avatar
  • 1
0 votes
0 answers
32 views

How to "reuse" the SSH connection created? [duplicate]

Here's my workflow and pain point: In a terminal, I first use tmux and create 3 panes, sometime even more. In each pane, I do a two steps SSH to connect to the work server behind a bastion server. In ...
user3768495's user avatar

15 30 50 per page
1
2 3 4 5
11