chore(config): tmux plugin manager
parent
277526eb37
commit
030da2dc34
|
@ -12,3 +12,11 @@ bind -n M-Down select-pane -D
|
||||||
|
|
||||||
# Color
|
# Color
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
|
# https://github.com/tmux-plugins/tpm
|
||||||
|
# List of plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|
||||||
|
# Initialize TMUX plugin manager
|
||||||
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in New Issue