mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
title: $:/config/codemirror/autocomplete
|
||
|
extend: extraKeys
|
||
|
type: json
|
||
|
|
||
|
{
|
||
|
"Ctrl-Space": "autocomplete"
|
||
|
}
|