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.
This commit is contained in:
parent
9568ae5d8b
commit
b1698e9cf6
4 changed files with 5 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 30ff2cb36f8d8b9a4b57070293d6ae5433e15982
|
1
tmux/.tmux/plugins/tmux-butler
Submodule
1
tmux/.tmux/plugins/tmux-butler
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 848a639fe9076482339162249238f920fae24b0b
|
Loading…
Reference in a new issue