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