Tagged Questions
4
votes
2answers
178 views
Copy / paste text selections between tmux and the clipboard
I am running the latest version of tmux (from the git repository) and xclip (0.12), and I would like to be able to use Emacs-like keyboard bindings to move around the text in copy-mode, copy (M-w) ...
2
votes
1answer
222 views
Tmux status bar question
I'm fairly new to tmux and to truly master and learn it, I decided to make myself a fresh .tmux.conf
I was wondering, though, if it's possible to hide a path in the status bar.
For example, I have ...
2
votes
1answer
116 views
tmux status line with blank line on top?
I have a nice tmux status line, but I don't like how the bash/commands run flush along it...that is, if the screen is full, i'm typing things right above the status line.
I'd like a one line break ...
1
vote
1answer
47 views
How can I find the valid values for TERM to use in tmux?
When starting tmux I need to pass a valid terminal type. Since I am scripting the initial startup of tmux I would like to cover all bases by figuring out the valid values of TERM on the current ...
2
votes
1answer
292 views
Tmux Terminfo problem with Zsh key bindings
Zsh in Emacs edit mode comes with the default key binding ALT + Backspace to delete a word on the right side of the cursor and ALT + D to delete a word on the left side. I would like to add the latter ...
2
votes
0answers
426 views
Reset background to transparent with tmux?
I recently set up tmux-powerline and noticed that the background color on the status-left, if changed, refuses to go back to default and transparent (if transparency is enabled).
I was able to fix ...
4
votes
1answer
422 views
How to copy from/to the tmux 'clipboard' with shell pipes?
When working in a shell environment I run fairly often into the need to copy 'intermediate pipe output' around (eg. from/to already running editors, to other shells, other machines, etc.).
When in a ...
5
votes
2answers
272 views
emacs colors based on $TERM environment variable
I want to know if it is possible to make emacs, when running in a gnu screen or tmux session, use the same colors as when TERM=xterm. In a gnu screen or tmux session, TERM=screen and emacs uses a ...
2
votes
1answer
226 views
Tmux output is slower when vertical splits exist: why?
When I use Tmux and split the window into panes, I notice that programs are quite a bit slower to print out lines of text when there is vertical split (two panes side by side) than when there is a ...
1
vote
1answer
395 views
Fixing scrolling in nano running in tmux in mate-terminal
The problem:
I open a terminal (in Linux Mint, so mate-terminal)
zsh is the shell
Then I run tmux
Edit a file with nano
Scroll up and down that file with the cursor
Issue: When scrolling down in ...
3
votes
1answer
146 views
Cut colored text ignoring color tags
My problem is similar to this one; I want to use cut to simulate a nowrap on tmux, but my output is colored. I know how many columns I want to keep (50) but I don't know how many color tags will be on ...
7
votes
1answer
675 views
tmux — unlimited history?
In your .tmux.conf file you can set the window history with something like:
set -g history-limit 4096
Is there a way to set an unlimited history for each window?
3
votes
3answers
1k views
Having tmux load by default when a zsh terminal is launched
My current workflow is:
CTRL+SHIFT+T to launch a new terminal window. That starts a new zsh terminal.
Type tmux to start tmux.
How can I have tmux load by default with a new terminal window?
5
votes
2answers
657 views
Aliases and tmux
Aliases defined in .bash_aliases and .bashrc don't work in tmux.
Can this be changed in some configuration, so the aliases work under tmux?
4
votes
2answers
1k views
Terminal 256 colors don't work through Tmux [duplicate]
Possible Duplicate:
Getting 256 colors to work in tmux
I want to set my terminal to 256 colors. I normally use the Gnome terminal which is shipped by default in Ubuntu but I also downloaded ...
1
vote
1answer
164 views
Background script run at login interrupted when I run tmux in terminal
In ~/.profile I run a script in the background (redshift for changing the screen temperature at night time).
After logging in, I can open a terminal, and run tmux.
However, at this point, redshift ...
3
votes
0answers
86 views
What do you use to manage your shell history? [duplicate]
Possible Duplicate:
Preserve bash history in multiple terminal windows
Can I easily search my history across many screen windows?
I rely on my shell history a lot, I use Ctrlr and arrow ...
4
votes
2answers
671 views
Terminal and web browser combination
I often use only two applications, terminal and web browser.
I like the tmux application which enables to split a terminal window into more regions. I noticed that I can open lynx in another region ...