From 6c5e96434fd265e90a20501dbf224ba254a4bcd3 Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:33:11 +0100 Subject: [PATCH] Reload Config mit r --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index bd31e4a..2c40c22 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,7 +11,7 @@ bind | split-window -h # Vertikal splitten bind - split-window -v # Horizontal splitten unbind '"' # alte Tastenkombination deaktivieren unbind % # alte Tastenkombination deaktivieren - +bind r source-file ~/.tmux.conf # Configfile neu laden #------------ Infoleiste ------------# set-window-option -g clock-mode-style 24 # Uhrzeit auf 24h Format set-option -g status-right "%H:%M %d-%b-%y | #H" # Uhrzeit + Datum rechts