Search nvim sessions with telescope
This commit is contained in:
parent
a94a8a65a7
commit
efc290aec6
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ with lib; {
|
||||||
key = "<Leader>y";
|
key = "<Leader>y";
|
||||||
action = "<cmd> Yazi <CR>";
|
action = "<cmd> Yazi <CR>";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<Leader>fs";
|
||||||
|
action = "<cmd> SessionSearch <CR>";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
colorschemes.gruvbox = {
|
colorschemes.gruvbox = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue