From 2eb2d24b232762cfba2e77e6b27d70b59ac58e06 Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Thu, 16 Jul 2020 13:03:12 +0200 Subject: [PATCH] tmux: added reload config --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 6578377..dfd1d13 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,8 @@ bind | split-window -h bind - split-window -v unbind '"' unbind % +# reload config with prefix + r +bind-key r source-file ~/.tmux.conf # tmux as non-login shell # https://wiki.archlinux.org/index.php/tmux#Start_a_non-login_shell