anselmwang5k downloadsExecute commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Key Sequence Shortcut is an obsidian plugin, allow binding key sequences to an obsidian command. For example
A key sequence is easier to memorize than typical key shortcut like "Ctrl-j".
Install by search "Key Sequence Shortcut" in Obsidian "Commnuity plugins" option.
Ctrl-m). Type "xl" will execute editor:toggle-bullet-list, no need to type "Enter".

Ctrl-*)Key Sequence Shortcut will run corresponding command as long at user input matches any configuration item, so "xh" will hide key sequences like "xha", "xhb". Please avoid to have one key sequence to be the prefix of other key sequences.Choosing TAB as the separator is a trade-off. I understand we can't easily enter a TAB in Obsidian, it will indent the line. However, the last column in config file is "description" which can easily contain characters like ";" or "|" or space. Considering this, I still choose TAB. To enter it, I simply type TAB in any other editors (e.g. Notepad on Windows platform) ans paste it into Obsidian.
" p for project
pf darlal-switcher-plus:switcher-plus:open "Quick Switcher++: Open"
" x for text
xh editor:set-heading
xl editor:toggle-bullet-list
xc editor:toggle-checklist-status
xq editor:toggle-blockquote
xw editor:insert-wikilink
xe editor:insert-embed
xi editor:indent-list
xu editor:unindent-list
" xx for refactor
xxh editor:rename-heading
" e for editor
em obsidian-mark-and-select:set-mark
es obsidian-mark-and-select:select-from-mark
" following two commands only available on mobile
er editor:redo
eu editor:undo
Key sequence shortcut
Sequence hotkeys , Hotkeys chords
Chorded hotkeys
This plugin is inspired by Vim multi-key shortcut and VSpaceCode. Text editing will never been so much fun without such key sequence shortcut.
In the Obsidian world, I love vimrc-support plugin so much and I am using it literally everyday. It already support key sequence shortcut in editor VIM mode. Then why do I create Key Sequence Shortcut plugin? Because many situations there are no VIM mode, below are some pain points: