From dc778d0191c4193247aea304ad6ab89aa2de0ed0 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Mon, 22 Jan 2024 14:54:35 +0100 Subject: [PATCH] Cleanup. --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 3e94f42..b661bde 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,7 +6,7 @@ bind-key C-a send-prefix # Suggestions from nvim: set-option -sg escape-time 10 set-option -g focus-event on -set-option -sa terminal-overrides ',screen-256color:RGB' +set-option -sa terminal-overrides 'screen-256color:RGB' # split panes using | and - bind | split-window -h @@ -91,4 +91,4 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' # If plugin installation does not work, run $TPM/bin/install_plugins -run '~/.tmux/plugins/tpm/tpm' +run '~/.tmux/plugins/tpm/tpm'