Skip to main content

All Questions

Tagged with
0 votes
0 answers
122 views

Cannot copy text from tmux integrated terminal in update 1.82.2

I solved this issue of copying text from tmux window inside Visual Studio Code's integrated terminal by holding Option key but with the latest upgrade to 1.82.2 I am not able to copy the text from ...
romanzdk's user avatar
  • 101
0 votes
1 answer
563 views

tmux Won't Copy to Clipboard

I'm using macOS Ventura and the Terminal app that comes with it. I'm trying to copy from tmux to the system clipboard. I found this piece of code here and it won't work. bind-key -Tcopy-mode-vi Enter ...
user avatar
0 votes
0 answers
456 views

zsh+tmux in Mac OS Ventura: line wrapping occurs at every typing

When updated to Mac OS Ventura, I found trouble using zsh and tmux. Line wrapping happens when I hit the keyboard. Please check the screenshot below. In this case, I just typed lspwa. Any idea for ...
Ju ang Luis's user avatar
0 votes
1 answer
291 views

tmux: can't bind C-{ without prefix

I want to jump between windows with the same shortcuts as in web browser. So I tried bind-key -n "C-{" previous-window bind-key -n "C-}" next-window and bind-key -n "C-S-[&...
Alexey Sherchenkov's user avatar
3 votes
1 answer
398 views

tmux configuration: command output substitution doesn't

I am trying to make parts of my .tmux.conf file conditional depending on the kind of system I'm on. For a start, I want one part to only be processed on MacOS. The man page says that I can use the #(...
q.undertow's user avatar
2 votes
1 answer
939 views

How to disable iTerm2 tmux integration

iTerm2 runs slowly when using tmux (without -CC control mode integration). It is clearly designed with the intention of using -CC. However, I don't like the desktop window management of tmux windows/...
P H Kaznowski's user avatar
0 votes
1 answer
97 views

Tmux changes to default preinstalled nano version instead of newly installed homebrew one

When i use nano in the terminal without enabling tmux, it shows the path for the brew version nano is an alias for /opt/homebrew/Cellar/nano However when i use tmux, type nano shows the same path but ...
Vanillamice's user avatar
5 votes
1 answer
5k views

TERM=tmux-256color causes "Error opening terminal"

I want to enable italics in tmux (inside iTerm2 on macOS Big Sur 11.3). I have achieved this by setting this in .tmux.conf set -g default-terminal "tmux-256color" And I have installed ...
Klas Mellbourn's user avatar
2 votes
1 answer
700 views

Accidentally split / mirrored tmux screen

I must have pressed something. My tmux view split into two panes (?) and both show the same thing. If I type in the bottom one, it's typed in the top one too. I detached from it and attached again. ...
Daniel Darabos's user avatar
1 vote
1 answer
299 views

Explanation of `history -c;` in the following well known snippet for preserving bash history

I am using the following code in my .bashrc file for keeping everything in history when I have multiple tmux panes open: # Avoid duplicates HISTCONTROL=ignoredups:erasedups # When the shell exits, ...
Marek Židek's user avatar
1 vote
1 answer
3k views

Tmux copy and scroll iterm

How can I copy from a large file by scrolling. I am unable to start the selection. I was able to start copy mode by ctrl + B [ But I am unable to begin the selection . I used space still no luck.I ...
Joel Deleep's user avatar
1 vote
1 answer
1k views

tmux copy is slow on macOS

I am having this issue for about 2 years now (since I started to use tmux in Summer 2018) and I have not found a solution to this problem. Any help is greatly appreciated! The copy functionality of ...
krafts's user avatar
  • 35
4 votes
0 answers
2k views

Moving cursor within TMUX on MAC

When I launch tmux from the terminal, and attempt to move the cursor between words on one terminal line, the shortcuts that work in a default terminal don't appear to apply. e.g. esc + b does move the ...
Zoso's user avatar
  • 165
0 votes
1 answer
189 views

Tmux changing the Quiting Message Color

When I use tmux, I use x to kill a window and then the message shows up. However, the color of the message is black, which is similar to my background and makes it hard for me to distinguish. Does ...
刘俣杉's user avatar
0 votes
1 answer
678 views

tmux not working with Bash [closed]

I am using macOS with tmux downloaded from source and Homebrew. When starting tmux both times I installed it, it gives me a blank screen with the bar at the bottom. I can use tmux commands but a bash ...
AWOLASAP's user avatar

15 30 50 per page