Tagged Questions
2
votes
2answers
193 views
tmux set-titles doesn't work?
To start tmux on every shell login, the following was added to the ~/.bashrc (on the server):
if [ $TERM != "screen-256color" ] && [ $TERM != "screen" ]; then
tmux attach || tmux new; ...
2
votes
1answer
1k views
How do I get the solarized colour scheme working with gnome-terminal, tmux and vim?
There's a lot of questions around this, but it's because there are so many variables. I had to piece together instructions from many sites before I got this working.
First, I could not easily set up ...
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 ...
7
votes
3answers
2k views
ESC key causes a small delay in terminal due to its Alt+ behavior
My terminal setup is gnome-terminal + tmux + zsh with vi bindings.
In applications like vim or even in the zsh's command line vi editing mode, I need to frequently hit the ESC key but there is a ...