Using Tmux Remotely Within a Local Tmux Session

I often SSH to remote servers, and those servers usually have tmux installed. (tmux is better than Screen in every way) However, conflicts arise when you want to manipulate a remote tmux session within a local one. Ctrl-B refers to the local tmux session, not the remote one, and you have to press Ctrl-B twice to manipulate the remote one. This is pretty annoying. Fortunately, there is a solution to this.

How to Change the Theme of the XFCE Terminal

I use XFCE as my primary desktop environment. It’s a fast, lightweight operating system that when combined with Synapse provides a great, lag-free computing experience.

Making Powerline Work With Tmux And ZSH

After hearing good things about Powerline for a while, today I finally decided to install Powerline on tmux. However, it didn’t work when I followed the directions. Apparently, this is a common error.

Using Powerline Symbols With ZSH

Recently, I tried to install the agnoster theme with zsh. However, a bunch of symbols appeared instead of the powerline font. I installed one of the provided patched powerline fonts to fix it, but it still didn’t work.