Removed ctrl+a as meta for tmux. I like ctrl+a as ^

This commit is contained in:
Amarpreet Minhas 2014-04-25 15:28:00 -04:00
parent f747464eb5
commit 4d34cec6c3

View file

@ -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