Search nvim sessions with telescope

This commit is contained in:
Fern Garden 2025-07-21 19:47:02 +08:00
parent a94a8a65a7
commit efc290aec6

View file

@ -128,6 +128,10 @@ with lib; {
key = "<Leader>y";
action = "<cmd> Yazi <CR>";
}
{
key = "<Leader>fs";
action = "<cmd> SessionSearch <CR>";
}
];
colorschemes.gruvbox = {