diff --git a/home/.tmux.conf b/home/.tmux.conf index 4474f58..7017c0c 100755 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -28,14 +28,15 @@ set -g window-status-bell-bg red set -g window-status-bell-fg green # List of plugins -set -g @tpm_plugins ' \ +set -g @tpm_plugins '\ tmux-plugins/tmux-pain-control \ tmux-plugins/tmux-prefix-highlight \ tmux-plugins/tmux-sensible \ tmux-plugins/tmux-yank \ tmux-plugins/tpm \ tmux-plugins/vim-tmux-focus-events \ - ' + tmux-plugins/tmux-pain-control \ +' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'