You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running tmux 3.3a on CentOS. TPM is installed correctly, as the keybinds are working and giving outputs.
Attached is the config
#stop the rename whenever you cd
set -g automatic-rename off
set-window-option -g allow-rename off
#screen setting
set -g default-terminal screen-256color
#change prefix to comfy
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
#plugin stuff
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
#dracula config
set -g @dracula-plugins "cpu-usage ram-usage"
#init tmux plugin manager
run '~/.tmux/plugins/tpm/tpm
When I do prefix U it says
Installed plugins:
Type plugin name to update it.
- "all" - update al plugins
- ENTER - cancels
I'm guessing I should atleast see tpm listed there. But theres nothing.
The text was updated successfully, but these errors were encountered:
I am running tmux 3.3a on CentOS. TPM is installed correctly, as the keybinds are working and giving outputs.
Attached is the config
When I do prefix U it says
I'm guessing I should atleast see tpm listed there. But theres nothing.
The text was updated successfully, but these errors were encountered: