diff --git a/.gitmodules b/.gitmodules index c92162d..e226cbd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "tmux/.tmux/plugins/tmux-yank"] path = tmux/.tmux/plugins/tmux-yank url = https://github.com/tmux-plugins/tmux-yank.git +[submodule "tmux/.tmux/plugins/tmux-fingers"] + path = tmux/.tmux/plugins/tmux-fingers + url = https://github.com/Morantron/tmux-fingers.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 93ff108..66b5580 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -122,5 +122,6 @@ run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux' run-shell '~/.tmux/plugins/tmux-yank/yank.tmux' run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux' run-shell '~/.tmux/plugins/tmux-open/open.tmux' +run-shell '~/.tmux/plugins/tmux-fingers/tmux-fingers.tmux' set -g @continuum-restore 'on' diff --git a/tmux/.tmux/plugins/tmux-fingers b/tmux/.tmux/plugins/tmux-fingers new file mode 160000 index 0000000..0ce16f5 --- /dev/null +++ b/tmux/.tmux/plugins/tmux-fingers @@ -0,0 +1 @@ +Subproject commit 0ce16f5685fa5bece4c6c60353d1948f693f6701