Skip to content

Commit

Permalink
Update .config/tmux/tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Oct 30, 2024
1 parent 111d94d commit 8277011
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ set -g prefix C-Space
bind C-Space send-prefix


set -g @catppuccin_flavor 'frappe'

set -g status-left ""
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
set -g status-right-length 100
# plugins
set -g @plugin 'tmux-plugins/tpm'

set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
set -g @plugin 'catppuccin/tmux#v2.1.0'
set -g @plugin 'christoomey/vim-tmux-navigator'

unbind -n C-\\
Expand Down

0 comments on commit 8277011

Please sign in to comment.