Tmux Config
# C-b is "back 1 char" in emacs # Unbind it as the Tmux prefix to not conflict with emacs unbind-key C-b set-option -g prefix C-] # If we change our .tmux.conf and want to reload it quickly bind r source-file ~/.tmux.conf # Use vim movement keys for moving between…