mirror of
https://github.com/librephoenix/nixos-config
synced 2026-01-15 21:24:00 +05:30
Restore emacs and magit keybind w zed
This commit is contained in:
parent
d91cdb6f93
commit
e3ac21a61d
3 changed files with 173 additions and 117 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue