From 291857e5b0bef4088cc5a746844c2ce4f1c98709 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 29 Mar 2012 11:08:41 -0400 Subject: [PATCH] adding new keybinding. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 1691020..e9fdb92 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -95,3 +95,6 @@ bind | split-window # " windowlist -b unbind '"' bind '"' choose-window + +# reload config +bind-key r source-file ~/.tmux.conf \; display “Config reloaded!”