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
Both the directory and battery modules are not loaded when i start a fresh tmux. When i then reload my config in that same fresh session, both modules appear
# catppuccin
set -g @plugin "catppuccin/tmux"
set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_text " #W"
set -g @catppuccin_window_current_text " #W"
set -g status-left ""
set -g status-right-length 100
set -g status-right "#{E:@catppuccin_status_session}"
set -agF status-right "#{@catppuccin_status_directory}"
set -ag status-right "#{E:@catppuccin_status_host}"
set -agF status-right "#{E:@catppuccin_status_battery}"
set -g @plugin "tmux-plugins/tmux-battery"
# tmux yank
set -g @plugin "tmux-plugins/tmux-yank"
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi M-v send-keys -X rectangle-toggle
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
run "~/.tmux/plugins/tpm/tpm"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Both the directory and battery modules are not loaded when i start a fresh tmux. When i then reload my config in that same fresh session, both modules appear
Beta Was this translation helpful? Give feedback.
All reactions