From a5861f627d0121a6bcd5812b7335c3056bce1cef Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 3 May 2022 18:23:53 +0530 Subject: [PATCH] tmux: Drop copycat Native regex searches are supported since 3.1. And we have never used the predefined searches feature supported by copycat. --- .gitmodules | 3 --- tmux/.tmux.conf | 1 - tmux/.tmux/plugins/tmux-copycat | 1 - 3 files changed, 5 deletions(-) delete mode 160000 tmux/.tmux/plugins/tmux-copycat diff --git a/.gitmodules b/.gitmodules index 1bf7c59..86a1662 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "tmux/.tmux/plugins/tmux-copycat"] - path = tmux/.tmux/plugins/tmux-copycat - url = https://github.com/tmux-plugins/tmux-copycat.git [submodule "tmux/.tmux/plugins/tmux-open"] path = tmux/.tmux/plugins/tmux-open url = https://github.com/tmux-plugins/tmux-open.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7cf8423..6073c05 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -159,7 +159,6 @@ set-window-option -g window-status-format "#[bg=colour239,fg=colour237,noitalics # Plugins 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' diff --git a/tmux/.tmux/plugins/tmux-copycat b/tmux/.tmux/plugins/tmux-copycat deleted file mode 160000 index d7f7e6c..0000000 --- a/tmux/.tmux/plugins/tmux-copycat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d7f7e6c1de0bc0d6915f4beea5be6a8a42045c09