From 6e89188288b149d182306a43258f9fe3290d0a71 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 18 May 2026 16:19:59 +0200 Subject: [PATCH] removed tmux sessionizer (tms) --- homemanager/tmux.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homemanager/tmux.nix b/homemanager/tmux.nix index c02cf7b..c72d0de 100644 --- a/homemanager/tmux.nix +++ b/homemanager/tmux.nix @@ -21,9 +21,6 @@ in set -g default-terminal "screen-256color" unbind C-o unbind C-j - bind C-d display-popup -E "tms switch" - bind C-o display-popup -E "tms" - bind-key "C-j" run-shell "sesh connect \"$( sesh list --icons | fzf-tmux -p 80%,70% \ --no-sort --ansi --border-label ' sesh ' --prompt '⚡ ' \ @@ -69,8 +66,6 @@ in ]; home.packages = [ - pkgs.tmux-sessionizer - # tmux sessionizer + dependencies pkgs.sesh pkgs.zoxide