Skip to content

Commit

Permalink
tmuxPlugins.which-key: init at unstable-2024-06-08
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaViper committed Jan 9, 2025
1 parent 3570076 commit f8893b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkgs/misc/tmux-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,26 @@ in rec {
};
};

which-key = mkTmuxPlugin {
pluginName = "which-key";
rtpFilePath = "plugin.sh.tmux";
version = "unstable-2024-06-08";
src = fetchFromGitHub {
owner = "alexwforsythe";
repo = "tmux-which-key";
rev = "1f419775caf136a60aac8e3a269b51ad10b51eb6";
hash = "sha256-X7FunHrAexDgAlZfN+JOUJvXFZeyVj9yu6WRnxMEA8E=";
};

meta = {
homepage = "https://github.com/alexwforsythe/tmux-which-key";
description = "A plugin for tmux that allows users to select actions from a customizable popup menu. Inspired by vscode-which-key, emacs-which-key, and which-key.nvim";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ novaviper ];
};
};

yank = mkTmuxPlugin {
pluginName = "yank";
version = "unstable-2023-07-19";
Expand Down

0 comments on commit f8893b6

Please sign in to comment.