tmux on davidchua https://dchua.com/tags/tmux/ Recent content in tmux on davidchua Hugo -- gohugo.io en-us Tue, 15 Jul 2014 00:00:00 +0000 X11 forwarding over remote SSH tmux https://dchua.com/posts/2014-07-15-x11-forwarding-over-remote-ssh-tmux/ Tue, 15 Jul 2014 00:00:00 +0000 https://dchua.com/posts/2014-07-15-x11-forwarding-over-remote-ssh-tmux/ I’m starting to do all my development remotely on a development server that I’m hosting at home over a VPN. This means that all my devices are basically thin-clients. Pre-requisite Make sure that you’ve already allowed X11 forwarding over your remote user account. If not, do this (in your remote server logged in as your remote user account) # in ~/.ssh/config (create if its not there) # add the following ForwardX11 yes One of the problems I had encountered was attempting to do X11 forwarding over TMUX. Copying in Tmux into your OSX Clipboard https://dchua.com/posts/2013-08-22-copying-in-tmux-into-your-osx-clipboard/ Thu, 22 Aug 2013 00:00:00 +0000 https://dchua.com/posts/2013-08-22-copying-in-tmux-into-your-osx-clipboard/ One of the common gripes I have with using Tmux (even though its super awesome) is that its so difficult to copy text out of your tmux session into your system clipboard. Recently I’ve came across a helpful snippet which would make it so much easier to do that in OSX. This doesn’t work on Linux unfortunately, but we’ll get to that in a bit! Pre-requisite: Have homebrew. In OSX: