diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-02 20:49:00 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-02 20:49:00 +0000 |
commit | b151f2a31576feb55f1286a0f3977a4f033d0a70 (patch) | |
tree | c3b55655a5f99c3d3f70c62470d3fec3e07a4ec8 /nix-conf | |
parent | e6bde31bd87aa3de9368ecdc06dc2718f390c399 (diff) | |
download | dotfiles-b151f2a31576feb55f1286a0f3977a4f033d0a70.tar.gz |
Add tmux-jump plugin
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/dev-common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/dev-common.nix b/nix-conf/home/includes/dev-common.nix index 0581211..8bd74cd 100644 --- a/nix-conf/home/includes/dev-common.nix +++ b/nix-conf/home/includes/dev-common.nix @@ -21,8 +21,8 @@ prefix = "C-x"; plugins = [ pkgs.tmuxPlugins.copycat pkgs.tmuxPlugins.extrakto - #pkgs.tmuxPlugins.fingers pkgs.tmuxPlugins.fzf-tmux-url + pkgs.tmuxPlugins.jump pkgs.tmuxPlugins.open pkgs.tmuxPlugins.tmux-thumbs ]; |