{
// Defaults
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment",
// https://github.com/zyedidia/micro/issues/2008
"OldBackspace": "DeleteWordLeft",
"CtrlDelete": "DeleteWordRight",
// Konsole doesn't support OSC52 paste
// So CtrlV screws up Klipper
"CtrlV": "None"
}