remove tmux plugins

This commit is contained in:
2025-09-02 10:35:32 -05:00
parent 241f5646ee
commit fccf085b0e

View File

@@ -31,25 +31,15 @@ set -g pane-active-border-style '#{fg=#{COLOR2}}'
set -g status-left '#[fg=#{COLOR1} bold]  ' set -g status-left '#[fg=#{COLOR1} bold]  '
# Window Status # Window Status
set -g window-status-current-format '#[fg=#{COLOR2} bold]#I#W ' set -g window-status-current-format '#[fg=#{COLOR2} bold]#I#W '
set -g window-status-format '#[fg=#{COLOR1} bold]#I#W ' set -g window-status-format '#[fg=#{COLOR1} bold]#I#W '
# Right # Right
set -g status-right-length 200 set -g status-right-length 200
set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p 󰃭 %m/%d/%Y 󰖐 #{forecast}  ' set -g status-right '#[fg=#{COLOR1} bold]  %l:%M%p 󰃭 %m/%d/%Y  '
# Movement Keybindings # Movement Keybindings
bind-key -r -T prefix C-k select-pane -U bind-key -r -T prefix C-k select-pane -U
bind-key -r -T prefix C-j select-pane -D bind-key -r -T prefix C-j select-pane -D
bind-key -r -T prefix C-h select-pane -L bind-key -r -T prefix C-h select-pane -L
bind-key -r -T prefix C-l select-pane -R bind-key -r -T prefix C-l select-pane -R
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'aaronpowell/tmux-weather'
set -g @forecast-location 75025
set -g @forecast-format '%C+%t'
run '~/.tmux/plugins/tpm/tpm'