Files
dotfiles/tmux/dot-config/tmux/tmux.conf
T
wesley 4c7a09638f Deleted netspeed from tmux status bar
Decided that the netspeed isn't needed on the status bar and it kind of
gets in the way so decided to remove it.
2026-06-06 19:04:28 -04:00

20 lines
462 B
Bash

set -g prefix ^A
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'janoamaral/tokyo-night-tmux'
# Tokyo Night config
set -g @tokyo-night-tmux_theme 'storm'
set -g @tokyo-night-tmux_window_id_style fsquare
# Set mouse on so that we can scroll with the mouse
set -g mouse on
# Set status bar to bottom
set -g status-position bottom
#set -g @theme_plugin_datetime_format '%a %d %b %Y'
run '~/.tmux/plugins/tpm/tpm'