feat: Update zed keybind
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-08-19 19:09:05 +05:30
parent e3ae3eb604
commit c2ab1a4cd1

View File

@@ -39,7 +39,7 @@
"ctrl-p" = null;
"ctrl-shift-h" = null;
};
"Workspace && vim_mode != insert && !Terminal" = {
"Workspace && !(Editor && vim_mode == insert) && !Terminal" = {
"space f f" = [
"task::Spawn"
{
@@ -75,6 +75,7 @@
"space space" = "pane::ActivateLastItem";
"space q" = "pane::CloseActiveItem";
"space r r" = "editor::Rename";
"space a" = "editor::ToggleCodeActions";
};
"vim_mode == insert" = {
"ctrl-k" = "editor::GoToDefinition";