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