update telescope keymap
This commit is contained in:
parent
33110b0465
commit
b54625d285
4 changed files with 41 additions and 39 deletions
|
@ -11,6 +11,15 @@
|
|||
};
|
||||
}
|
||||
|
||||
{ # prefix: find
|
||||
mode = ["n"];
|
||||
key = "<leader>f";
|
||||
action = "<NOP>";
|
||||
options = {
|
||||
desc = "+find";
|
||||
};
|
||||
}
|
||||
|
||||
{ # focus window left
|
||||
mode = ["n"];
|
||||
key = "<C-Left>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue