mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add tmux-copycat
This commit is contained in:
@@ -244,6 +244,10 @@ in {
|
|||||||
plugin = yank;
|
plugin = yank;
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = copycat;
|
||||||
|
extraConfig = "set -g @plugin 'tmux-plugins/tmux-copycat'";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = tmux-colors-solarized;
|
plugin = tmux-colors-solarized;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Reference in New Issue
Block a user