From 851d98dceecc5418432c37943acb9ef583349652 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sat, 29 Apr 2023 14:39:37 +0200 Subject: [PATCH] Update '.tmux.conf' --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index d08e43c..75e1e7a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -19,7 +19,7 @@ bind - split-window -v -c "#{pane_current_path}" set -g history-limit 50000 # reload config -bind C-r source-file ~/.config/tmux/.tmux.conf \; display "Config reloaded!" +bind C-r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded!" # switch panes using Alt-arrow without prefix bind -n M-Left select-pane -L