even more tmux
This commit is contained in:
2
.config/tmux/tmux.conf.d/catppuccin.conf
Normal file
2
.config/tmux/tmux.conf.d/catppuccin.conf
Normal file
@ -0,0 +1,2 @@
|
||||
set -g @catppuccin_flavor "mocha"
|
||||
set -g @catppuccin_window_status_style "rounded"
|
6
.config/tmux/tmux.conf.d/keybinds.conf
Normal file
6
.config/tmux/tmux.conf.d/keybinds.conf
Normal file
@ -0,0 +1,6 @@
|
||||
bind-key w select-pane -U
|
||||
bind-key a select-pane -L
|
||||
bind-key s select-pane -D
|
||||
bind-key d select-pane -R
|
||||
|
||||
bind-key c detach
|
9
.config/tmux/tmux.conf.d/plugins.conf
Normal file
9
.config/tmux/tmux.conf.d/plugins.conf
Normal file
@ -0,0 +1,9 @@
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
|
||||
set -g @catppuccin_flavor "macchiato"
|
||||
set -g @catppuccin_window_status_style "rounded"
|
||||
|
||||
#source-file '~/.config/tmux/tmux.conf.d/catppuccin.conf'
|
||||
|
||||
run "~/.tmux/plugins/tpm/tpm"
|
Reference in New Issue
Block a user