chore: improve theme config
This commit is contained in:
parent
6a1f564b66
commit
4a520bfb46
@ -40,7 +40,6 @@ set -s escape-time 0
|
|||||||
# Status bar styling and content
|
# Status bar styling and content
|
||||||
set -g status-bg black
|
set -g status-bg black
|
||||||
set -g status-fg white
|
set -g status-fg white
|
||||||
# set -g status-left "#$"
|
|
||||||
|
|
||||||
# Don't prompt to kill panes/windows
|
# Don't prompt to kill panes/windows
|
||||||
bind-key x kill-pane
|
bind-key x kill-pane
|
||||||
@ -69,5 +68,8 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
|||||||
set -g @plugin 'Morantron/tmux-fingers'
|
set -g @plugin 'Morantron/tmux-fingers'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
|
||||||
|
# tokyo night configuration
|
||||||
|
set -g @theme_plugins 'datetime'
|
||||||
|
|
||||||
# load/install plugins
|
# load/install plugins
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user