-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Description
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.
pdecat
Metadata
Metadata
Assignees
Labels
No labels