From dabec265b3eef63a96e14392e3918fcc3b154585 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 14 Aug 2022 20:50:21 +0200 Subject: Updated neovim telescope to also list untracked git files --- config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/tmux') diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index afaff80..eb20984 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -32,8 +32,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'egel/tmux-gruvbox' set -g @tmux-gruvbox 'dark' # set -g @plugin 'arcticicestudio/nord-tmux' -# set -g @plugin 'tmux-plugins/tmux-prefix-highlight' -# set -g @plugin 'wfxr/tmux-fzf-url' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'wfxr/tmux-fzf-url' # show copy/sync mode with tmux-prefix-highlight set -g @prefix_highlight_show_copy_mode 'on' -- cgit