mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-26 23:06:33 -04:00
feat: template tmux config for homebrew tpm
This commit is contained in:
@@ -53,8 +53,11 @@ set -g @plugin 'sainnhe/tmux-fzf' # prefix + F
|
||||
set -g @plugin 'tmux-plugins/tmux-urlview' # prefix + u
|
||||
set -g @plugin 'tmux-plugins/tmux-yank' # prefix + y
|
||||
|
||||
|
||||
{% if YADM_OS == "Darwin" %}
|
||||
run '/opt/homebrew/opt/tpm/share/tpm/tpm'
|
||||
{% else -%}
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
{% endif %}
|
||||
|
||||
# set vi-mode
|
||||
set-window-option -g status-keys vi
|
||||
Reference in New Issue
Block a user