From f015f7ced3b511993dd68d8bc1d5a00dd07aba2a Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Wed, 2 Dec 2015 23:05:35 -0500
Subject: change tmux leader to `backtick`

---
 tmux/.tmux.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index b59a333..273c807 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -14,10 +14,10 @@
 # ░▓▓▓▓▓▓▓▓▓▓
 # ░░░░░░░░░░
 
-# change prefix to Ctrl-a (like in gnu-screen)
+# change prefix to backtick
 unbind C-b
-set-option -g prefix C-a
-bind-key C-a send-prefix
+set-option -g prefix `
+bind ` send-prefix
 
 # shell
 set -g default-command /usr/bin/zsh
-- 
cgit v1.2.1