Restore emacs and magit keybind w zed

This commit is contained in:
Emmet 2025-12-05 14:52:53 -06:00
parent d91cdb6f93
commit e3ac21a61d
3 changed files with 173 additions and 117 deletions

View file

@ -128,6 +128,12 @@ in
"task_name" = "gitu";
}
];
"space g G" = [
"task::Spawn"
{
"task_name" = "magit";
}
];
"space o d" = [
"task::Spawn"
{
@ -221,6 +227,15 @@ in
use_new_terminal = false;
hide = "on_success";
}
{
label = "magit";
command = "emacsclient -c --eval '(magit-status)' &> /dev/null & disown; exit;";
reveal = "always";
reveal_target = "center";
allow_concurrent_runs = false;
use_new_terminal = false;
hide = "on_success";
}
{
label = "yazi";
command = "yazi";