9 lines
135 B
Bash
9 lines
135 B
Bash
|
#!/bin/bash
|
||
|
_getHeader "$name"
|
||
|
|
||
|
sel=""
|
||
|
_getConfSelector keybinding.conf keybindings
|
||
|
_getConfEditor keybinding.conf $sel
|
||
|
_reloadModule
|
||
|
|