Cleanup Tmux config
This commit is contained in:
parent
3dbd4ef58d
commit
47463aec8c
@ -15,17 +15,15 @@ set -g renumber-windows on
|
||||
set -g status-position bottom
|
||||
|
||||
# Catppuccin options
|
||||
set -g @catppuccin_window_status_style 'rounded'
|
||||
|
||||
# Fetch tmux plugin manager and plugins
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
||||
|
||||
# Beautify the status line??
|
||||
run ~/.config/tmux/plugins/tmux/catppuccin.tmux
|
||||
set -g @catppuccin_window_status_style 'rounded'
|
||||
set -g @catppuccin_window_text " #W"
|
||||
set -g @catppuccin_window_current_text " #W"
|
||||
set -g @catppuccin_window_flags "icon"
|
||||
set -g status-left-length 100
|
||||
set -g status-left "#{E:@catppuccin_status_session}"
|
||||
set -g status-justify centre
|
||||
|
||||
set -g status-right-length 100
|
||||
set -g status-right "#{E:@catppuccin_status_application}"
|
||||
set -agF status-right "#{E:@catppuccin_status_cpu}"
|
||||
@ -36,6 +34,9 @@ bind-key r source-file ~/.config/tmux/tmux.conf;
|
||||
bind-key t new-window;
|
||||
bind-key v split-window -h;
|
||||
bind-key h split-window -v;
|
||||
bind-key [ select-window -p
|
||||
bind-key ] select-window -n
|
||||
|
||||
|
||||
# Then boot up TPM
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user