Fix unbind

This commit is contained in:
Colin Caine 2018-02-19 15:59:56 +00:00
parent 188ea0b39b
commit 7e7528746b

View file

@ -1414,7 +1414,7 @@ export function autocmd(event: string, url: string, ...excmd: string[]){
*/
//#background
export async function unbind(key: string){
bind(key, "")
config.set("nmaps", key, "")
}
/** Restores a sequence of keys to their default value.