feat: Added keybind for lsp rename
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
"space p" = "pane::ActivatePreviousItem";
|
||||
"space space" = "pane::ActivateLastItem";
|
||||
"space q" = "pane::CloseActiveItem";
|
||||
"space r r" = "editor::Rename";
|
||||
};
|
||||
"vim_mode == insert" = {
|
||||
"ctrl-k" = "editor::GoToDefinition";
|
||||
|
||||
Reference in New Issue
Block a user