From bcb46e22cb34d44b17d363176d4a8bf8e58030eb Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Tue, 27 Jan 2015 05:39:30 -0500 Subject: [PATCH] Reset tmux config at top of file --- link/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/link/.tmux.conf b/link/.tmux.conf index ef31264..afaac19 100644 --- a/link/.tmux.conf +++ b/link/.tmux.conf @@ -1,5 +1,8 @@ set-option -g default-command "reattach-to-user-namespace -l zsh" +# Reset the config +unbind-key -a + # Set prefix to something easy unbind C-b set -g prefix C-a