diff --git a/.config/mprocs/mprocs.yaml b/.config/mprocs/mprocs.yaml new file mode 100644 index 0000000..32a8e0f --- /dev/null +++ b/.config/mprocs/mprocs.yaml @@ -0,0 +1,9 @@ +keymap_term: # keymap when terminal is focused + : + c: batch + cmds: + - { c: next-proc } + : + c: batch + cmds: + - { c: prev-proc } diff --git a/hosts/home.nix b/hosts/home.nix index 761e6c5..7952dbb 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -41,4 +41,5 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; + }