about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-02 20:49:00 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-02 20:49:00 +0000
commitb151f2a31576feb55f1286a0f3977a4f033d0a70 (patch)
treec3b55655a5f99c3d3f70c62470d3fec3e07a4ec8 /nix-conf
parente6bde31bd87aa3de9368ecdc06dc2718f390c399 (diff)
downloaddotfiles-b151f2a31576feb55f1286a0f3977a4f033d0a70.tar.gz
Add tmux-jump plugin
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/dev-common.nix2
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
     ];