From 4d34cec6c3bac23c7d0a4ac2209bfe09cd777606 Mon Sep 17 00:00:00 2001 From: Greenhouse George Date: Fri, 25 Apr 2014 15:28:00 -0400 Subject: [PATCH] Removed ctrl+a as meta for tmux. I like ctrl+a as ^ --- tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmux.conf b/tmux.conf index 8e2b515..1cfad5b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,8 +1,3 @@ -# Set prefix key -unbind C-b -set -g prefix C-a -bind C-a send-prefix - # Set C-d as detach unbind d bind C-d detach