From 31b15efed012d2d32645ad690ae020468984b7c9 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 15 Mar 2022 14:43:50 +0530 Subject: [PATCH] tmux: Add tmux fuzzback --- .gitmodules | 3 +++ tmux/.tmux.conf | 1 + tmux/.tmux/plugins/tmux-fuzzback | 1 + 3 files changed, 5 insertions(+) create mode 160000 tmux/.tmux/plugins/tmux-fuzzback diff --git a/.gitmodules b/.gitmodules index 3cc4e0d..e999f28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "nvim/.local/share/nvim/site/pack/packer/opt/packer.nvim"] path = nvim/.local/share/nvim/site/pack/packer/opt/packer.nvim url = https://github.com/wbthomason/packer.nvim +[submodule "tmux/.tmux/plugins/tmux-fuzzback"] + path = tmux/.tmux/plugins/tmux-fuzzback + url = https://github.com/roosta/tmux-fuzzback.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f3d0eef..dbbb571 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -148,6 +148,7 @@ 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-butler/tmux-butler.tmux' +run-shell '~/.tmux/plugins/tmux-fuzzback/fuzzback.tmux' set -g @continuum-save-interval '15' set -g @continuum-restore 'on' diff --git a/tmux/.tmux/plugins/tmux-fuzzback b/tmux/.tmux/plugins/tmux-fuzzback new file mode 160000 index 0000000..60c9f3d --- /dev/null +++ b/tmux/.tmux/plugins/tmux-fuzzback @@ -0,0 +1 @@ +Subproject commit 60c9f3dd1241958adc4940d3f5abbd1938fd4a2c