Kakoune rename keymap
This commit is contained in:
parent
2051a347b0
commit
c7f6486772
2 changed files with 6 additions and 1 deletions
|
|
@ -171,6 +171,12 @@ in
|
|||
key = "d";
|
||||
effect = ":lsp-definition<ret>";
|
||||
}
|
||||
{
|
||||
mode = "user";
|
||||
docstring = "Rename object";
|
||||
key = "r";
|
||||
effect = ":lsp-rename-prompt<ret>";
|
||||
}
|
||||
{
|
||||
mode = "user";
|
||||
docstring = "Jump to type definition";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue