update telescope keymap

This commit is contained in:
♥ Minnie ♥ 2025-05-15 18:27:26 +08:00
parent 33110b0465
commit b54625d285
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 41 additions and 39 deletions

View file

@ -11,6 +11,15 @@
};
}
{ # prefix: find
mode = ["n"];
key = "<leader>f";
action = "<NOP>";
options = {
desc = "+find";
};
}
{ # focus window left
mode = ["n"];
key = "<C-Left>";