From b1698e9cf62045c12404df39596ee63dd4814c15 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 12 Oct 2020 17:08:39 +0530 Subject: [PATCH] tmux: Switch to tmux-butler & drop extrakto butler supports pop up windows available in tmux master now and also isn't dependent on python like extrakto. --- .gitmodules | 6 +++--- tmux/.tmux.conf | 2 +- tmux/.tmux/plugins/extrakto | 1 - tmux/.tmux/plugins/tmux-butler | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 tmux/.tmux/plugins/extrakto create mode 160000 tmux/.tmux/plugins/tmux-butler diff --git a/.gitmodules b/.gitmodules index d1ea0cc..909e87d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +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/extrakto"] - path = tmux/.tmux/plugins/extrakto - url = https://github.com/laktak/extrakto +[submodule "tmux/.tmux/plugins/tmux-butler"] + path = tmux/.tmux/plugins/tmux-butler + url = https://github.com/woodstok/tmux-butler diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 575bd6a..cce023d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -131,6 +131,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/extrakto/extrakto.tmux' +run-shell '~/.tmux/plugins/tmux-butler/tmux-butler.tmux' set -g @continuum-restore 'on' diff --git a/tmux/.tmux/plugins/extrakto b/tmux/.tmux/plugins/extrakto deleted file mode 160000 index 30ff2cb..0000000 --- a/tmux/.tmux/plugins/extrakto +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 30ff2cb36f8d8b9a4b57070293d6ae5433e15982 diff --git a/tmux/.tmux/plugins/tmux-butler b/tmux/.tmux/plugins/tmux-butler new file mode 160000 index 0000000..848a639 --- /dev/null +++ b/tmux/.tmux/plugins/tmux-butler @@ -0,0 +1 @@ +Subproject commit 848a639fe9076482339162249238f920fae24b0b