Skip to content

2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:14
2.0.0

BREAKING CHANGES

  • Modal UI removed. Key sequences are no longer configured through Settings → Key Sequence → New keymap. Everything is now defined in a vimrc-style config file.
  • Vim mode integration removed. The plugin no longer cares about Obsidian's Vim mode. Instead, key sequences are simply disabled when an input/textarea/select/contentEditable element is focused.

Migration from 1.x

  1. Create a config file at .obsidian/key-sequence.vimrc (auto-created on first load).
  2. Rewrite your key sequences using the new syntax:
" comment
let mapleader = "<key>"
gmap <key-sequence> :<command-id><CR>
  1. Use Key Sequence: Reload config file to apply changes without restarting.