From 61c5f0e770102934351acedf32faffcb5d1eea65 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 5 Apr 2019 10:20:00 -0400 Subject: [PATCH] C-a as tmux prefix again --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index a01cde7..9977b97 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ +set -g prefix C-a setw -g mode-keys vi setw -g mode-bg black set-option -g default-terminal "xterm-256color"