tth05/obsidian-completr

Tab to autocomplete?

Closed this issue · 2 comments

Is there a way to trigger an autocomplete by using "Tab" instead of "Enter"?

Yes. It doesn't work via the official Obsidain Hotkey window, but you can open the .obsidian/hotkeys.json file and search for the line

  "obsidian-completr:completr-insert-selected-suggestion": [
    {
      "modifiers": [],
      "key": "Enter"
    }
  ],

And just insert Tab instead of Enter. For me it worked

Thanks @linuswalter !