mprocs kb shortcuts
This commit is contained in:
parent
03abcccb51
commit
efe7614539
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@
|
||||||
xdg.configFile."mprocs/mprocs.yaml" = {
|
xdg.configFile."mprocs/mprocs.yaml" = {
|
||||||
text = builtins.toJSON {
|
text = builtins.toJSON {
|
||||||
proc_list_width = 15;
|
proc_list_width = 15;
|
||||||
|
keymap_procs = {
|
||||||
|
"<l>" = {c = "toggle-focus";};
|
||||||
|
};
|
||||||
|
keymap_term = {
|
||||||
|
"<C-a>" = null;
|
||||||
|
# Ctrl-m so it doesnt overlap with zellij or helix
|
||||||
|
"<C-M>" = {c = "toggle-focus";};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue