update
This commit is contained in:
48
.obsidian/plugins/various-complements/data.json
vendored
48
.obsidian/plugins/various-complements/data.json
vendored
@@ -15,19 +15,49 @@
|
||||
"disableSuggestionsDuringImeOn": false,
|
||||
"insertAfterCompletion": true,
|
||||
"firstCharactersDisableSuggestions": ":/^",
|
||||
"useCommonPrefixCompletionOfSuggestion": false,
|
||||
"patternsToSuppressTrigger": [
|
||||
"^~~~.*",
|
||||
"^```.*"
|
||||
],
|
||||
"phrasePatternsToSuppressTrigger": [],
|
||||
"noAutoFocusUntilCycle": false,
|
||||
"showMatchStrategy": true,
|
||||
"showComplementAutomatically": true,
|
||||
"showIndexingStatus": true,
|
||||
"descriptionOnSuggestion": "Short",
|
||||
"selectSuggestionKeys": "Tab",
|
||||
"additionalCycleThroughSuggestionsKeys": "Ctrl/Cmd+N, Ctrl/Cmd+P",
|
||||
"disableUpDownKeysForCycleThroughSuggestionsKeys": false,
|
||||
"openSourceFileKey": "Alt+Enter",
|
||||
"hotkeys": {
|
||||
"select": [
|
||||
{
|
||||
"modifiers": [],
|
||||
"key": "Tab",
|
||||
"hideHotkeyGuide": false
|
||||
}
|
||||
],
|
||||
"up": [
|
||||
{
|
||||
"modifiers": [],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"down": [
|
||||
{
|
||||
"modifiers": [],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"select 1st": [],
|
||||
"select 2nd": [],
|
||||
"select 3rd": [],
|
||||
"select 4th": [],
|
||||
"select 5th": [],
|
||||
"select 6th": [],
|
||||
"select 7th": [],
|
||||
"select 8th": [],
|
||||
"select 9th": [],
|
||||
"open": [],
|
||||
"completion": [],
|
||||
"insert as text": []
|
||||
},
|
||||
"propagateEsc": true,
|
||||
"enableCurrentFileComplement": false,
|
||||
"currentFileMinNumberOfCharacters": 0,
|
||||
@@ -59,11 +89,17 @@
|
||||
"frontMatterComplementMatchStrategy": "inherit",
|
||||
"insertCommaAfterFrontMatterCompletion": false,
|
||||
"intelligentSuggestionPrioritization": {
|
||||
"enabled": true,
|
||||
"historyFilePath": "",
|
||||
"maxDaysToKeepHistory": 30,
|
||||
"maxNumberOfHistoryToKeep": 0
|
||||
},
|
||||
"disableOnMobile": false,
|
||||
"showLogAboutPerformanceInConsole": false,
|
||||
"selectionHistoryTree": {}
|
||||
"selectionHistoryTree": {},
|
||||
"useCommonPrefixCompletionOfSuggestion": false,
|
||||
"selectSuggestionKeys": "Tab",
|
||||
"additionalCycleThroughSuggestionsKeys": "Ctrl/Cmd+N, Ctrl/Cmd+P",
|
||||
"disableUpDownKeysForCycleThroughSuggestionsKeys": false,
|
||||
"openSourceFileKey": "Alt+Enter"
|
||||
}
|
Reference in New Issue
Block a user