From efc290aec61b04d7e27150645714599e6e67ca11 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Mon, 21 Jul 2025 19:47:02 +0800 Subject: [PATCH] Search nvim sessions with telescope --- suites/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/suites/default.nix b/suites/default.nix index 3d8d811..b9ca9fd 100644 --- a/suites/default.nix +++ b/suites/default.nix @@ -128,6 +128,10 @@ with lib; { key = "y"; action = " Yazi "; } + { + key = "fs"; + action = " SessionSearch "; + } ]; colorschemes.gruvbox = {