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'