Added keybindings for mprocs

This commit is contained in:
2025-07-11 12:22:20 +03:00
parent 57fb46d77f
commit cedfebd8ff

View File

@@ -7,3 +7,11 @@ keymap_term: # keymap when terminal is focused
c: batch
cmds:
- { c: prev-proc }
<C-r>:
c: batch
cmds:
- { c: restart-proc }
<C-q>:
c: batch
cmds:
- { c: quit }