mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -04:00
tmux: add navigation plugins
This commit is contained in:
parent
9c06dba63b
commit
6a070dbba8
1 changed files with 8 additions and 1 deletions
|
@ -5,10 +5,17 @@ setw -g pane-base-index 1
|
|||
set -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
# tmp defaults
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# plugins
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'jabirali/tmux-tilish'
|
||||
set -g @plugin 'sunaku/tmux-navigate'
|
||||
|
||||
# Plugin options.
|
||||
set -g @tilish-navigate 'on'
|
||||
set -g @catppuccin_flavor 'macchiato'
|
||||
|
||||
run '~/.local/share/tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue