Merge pull request #105386 from arnarg/tmux-jump

tmuxPlugins.jump: init at 2020-06-26
This commit is contained in:
Sandro 2020-11-30 01:42:52 +01:00 committed by GitHub
commit e065cbf01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,6 +180,26 @@ in rec {
};
};
jump = mkDerivation {
pluginName = "jump";
version = "2020-06-26";
rtpFilePath = "tmux-jump.tmux";
src = fetchFromGitHub {
owner = "schasse";
repo = "tmux-jump";
rev = "416f613d3eaadbe1f6f9eda77c49430527ebaffb";
sha256 = "1xbzdyhsgaq2in0f8f491gwjmx6cxpkf2c35d2dk0kg4jfs505sz";
};
meta = with stdenv.lib; {
homepage = "https://github.com/schasse/tmux-jump";
description = "Vimium/Easymotion like navigation for tmux";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ arnarg ];
};
};
logging = mkDerivation {
pluginName = "logging";
version = "unstable-2019-04-19";