mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix command
excmd storing config incorrectly
This commit is contained in:
parent
2441fba8c0
commit
3af7481705
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ export async function buffer(index: number | '#') {
|
|||
//#background
|
||||
export function command(name: string, ...definition: string[]) {
|
||||
const def = definition.join(" ")
|
||||
config.set("exaliases", name, def)
|
||||
config.set("exaliases", def, name)
|
||||
}
|
||||
|
||||
/** Bind a sequence of keys to an excmd.
|
||||
|
|
Loading…
Add table
Reference in a new issue