From 99af2c0a1f6ba18043d3bcd07ee38c3f623d86ce Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Thu, 4 Aug 2022 12:19:07 -0500 Subject: [PATCH] Add prefix-highlight tmux plugin --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3aa0cf7..ff00656 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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'