diff --git a/modules/mprocs.nix b/modules/mprocs.nix index cbf7153..7d6b96b 100644 --- a/modules/mprocs.nix +++ b/modules/mprocs.nix @@ -10,6 +10,14 @@ xdg.configFile."mprocs/mprocs.yaml" = { text = builtins.toJSON { proc_list_width = 15; + keymap_procs = { + "" = {c = "toggle-focus";}; + }; + keymap_term = { + "" = null; + # Ctrl-m so it doesnt overlap with zellij or helix + "" = {c = "toggle-focus";}; + }; }; }; };