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";
|
||||
|
|
|
|||
1
thor.nix
1
thor.nix
|
|
@ -147,7 +147,6 @@
|
|||
./modules/keychain.nix
|
||||
./modules/latex.nix
|
||||
./modules/lf.nix
|
||||
./modules/libinput-gestures.nix
|
||||
./modules/lorri.nix
|
||||
./modules/man.nix
|
||||
# ./modules/mangohud.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue