Added <C-n> and <C-p> keybinds to mprocs to quickly switch between procs

This commit is contained in:
2025-06-22 17:21:17 +03:00
parent 7bfd13f213
commit c849eef58e
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
keymap_term: # keymap when terminal is focused
<C-n>:
c: batch
cmds:
- { c: next-proc }
<C-p>:
c: batch
cmds:
- { c: prev-proc }

View File

@@ -41,4 +41,5 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}