From c849eef58ea2976c7b6c2c9d46ca5b7abe554ed6 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 22 Jun 2025 17:21:17 +0300 Subject: [PATCH] Added and keybinds to mprocs to quickly switch between procs --- .config/mprocs/mprocs.yaml | 9 +++++++++ hosts/home.nix | 1 + 2 files changed, 10 insertions(+) create mode 100644 .config/mprocs/mprocs.yaml 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; + }