Added <C-n> and <C-p> keybinds to mprocs to quickly switch between procs
This commit is contained in:
9
.config/mprocs/mprocs.yaml
Normal file
9
.config/mprocs/mprocs.yaml
Normal 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 }
|
||||
@@ -41,4 +41,5 @@
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user