diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-02-22 15:09:28 +0100 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-02-22 15:09:28 +0100 |
| commit | 296c1d8822741673c425500ad218b8cde6736a02 (patch) | |
| tree | 17d22f6233ea9d10f04d882c2b8cd33102048353 /config/tmux | |
| parent | 747462f7e25acae6957402fc34af084700faf4d5 (diff) | |
| download | dotfiles-296c1d8822741673c425500ad218b8cde6736a02.tar.gz dotfiles-296c1d8822741673c425500ad218b8cde6736a02.tar.bz2 dotfiles-296c1d8822741673c425500ad218b8cde6736a02.zip | |
Added some tmux plugins to show when prefix is active and pipe urls into fzf
Diffstat (limited to 'config/tmux')
| -rw-r--r-- | config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index fa4c03a..530f1ef 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -23,6 +23,8 @@ set -g @plugin 'tmux-plugins/tpm' # 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 'tomhey/tmux-remote-sessions' |
