Add prefix-highlight tmux plugin

This commit is contained in:
Yash Karandikar 2022-08-04 12:19:07 -05:00
parent 09dd16d73f
commit 99af2c0a1f
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
set -g default-terminal "xterm-256color"
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin "tmux-plugins/tmux-prefix-highlight"
# set prefix to be control+a
unbind C-b
@ -13,5 +14,9 @@ bind x next-window
bind q killw
bind Q confirm-before -p "kill session? (y/n)" kill-session
# Prefix Highlight settings
set -g @prefix_highlight_show_copy_mode 'on'
set -g @prefix_highlight_copy_prompt ' Copy '
# initialize plugin manager (this line should always be at the very bottom)
run '~/.tmux/plugins/tpm/tpm'