Hotkey sequences

Use case or problem

Obsidian currently supports single-chord hotkeys (e.g., cmd+i, cmd+shift+e) but does not support multi-key sequences.

Proposed solution

Allow defining hotkey sequences where multiple chords are typed in succession, similar to Vim or Emacs key bindings.

Example use cases:

  • cmd+i e → Insert embedding

  • cmd+i l → Insert link

  • cmd+t d → Insert today’s date

  • cmd+t t → Insert current time

  • cmd+n t x → Create new note from template X (expanding the command palette with Templater)

Benefits:

  • Dramatically expands the hotkey namespace without complex modifier combinations

  • Allows grouping related commands under a common prefix

  • More ergonomic than reaching for double- or triple-modifier combinations

A post was merged into an existing topic: Multi-key or chorded key hotkeys