From 6675403f661fb122c1c6dcda98f0085bf20d3b9d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 6 Jan 2020 14:17:17 +0530 Subject: [PATCH] tmux: Add tmux fingers Signed-off-by: Sanchayan Maity --- .gitmodules | 3 +++ tmux/.tmux.conf | 1 + tmux/.tmux/plugins/tmux-fingers | 1 + 3 files changed, 5 insertions(+) create mode 160000 tmux/.tmux/plugins/tmux-fingers 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