Compare commits

...

2 Commits

Author SHA1 Message Date
064d3d67ea Merge pull request 'Added in tmux configuration' (#6) from tmux-conf into main
Reviewed-on: #6
2024-04-16 21:50:56 +00:00
1b1a846e7d Added in tmux configuration 2024-04-16 17:49:15 -04:00

11
.config/tmux/tmux.conf Normal file
View File

@@ -0,0 +1,11 @@
set -g prefix ^A
set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @theme_variation 'moon'
set -g @theme_disable_plugins 1
#set -g @theme_plugin_datetime_format '%a %d %b %Y'
run '~/.tmux/plugins/tpm/tpm'